2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
2022-05-17 20:53:01 +02:00
|
|
|
"outDir": "dist",
|
2021-06-18 13:05:06 +02:00
|
|
|
"lib": ["ESNext", "DOM"],
|
|
|
|
"rootDir": "src",
|
|
|
|
"types": ["jest", "node"],
|
2022-05-27 21:59:51 +02:00
|
|
|
"emitDeclarationOnly": true,
|
2021-06-18 13:05:06 +02:00
|
|
|
"composite": true
|
|
|
|
},
|
|
|
|
"references": [{"path": "../../theatre"}],
|
|
|
|
"include": ["./src/**/*"]
|
|
|
|
}
|