246e75ccb5
Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ESNext", "DOM"],
|
|
"rootDir": "src",
|
|
"types": ["jest", "node"],
|
|
"emitDeclarationOnly": true,
|
|
"target": "es6",
|
|
"composite": true
|
|
},
|
|
"include": ["./src/**/*"],
|
|
"references": [{"path": "../../theatre"}]
|
|
}
|