0ea4cc2b57
Fixes #16
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,
|
|
"composite": true,
|
|
"checkJs": true
|
|
},
|
|
"references": [{"path": "../../theatre"}],
|
|
"include": ["./src/**/*"]
|
|
}
|