theatre/examples/dom-cra/tsconfig.json
2021-09-22 09:13:37 +02:00

14 lines
327 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"lib": ["ESNext", "DOM"],
"rootDir": "src",
"types": ["jest", "node"],
"emitDeclarationOnly": true,
"composite": true,
"checkJs": true
},
"references": [{"path": "../../theatre"}],
"include": ["./src/**/*"]
}