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