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