1497eaf610
* Temporarily disabled ESM bundles because the current setup confuses webpack4 (but not parceljs). Since create-react-app uses webpack4, not doing this would make theatre incompatible with CRA.
13 lines
306 B
JSON
13 lines
306 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"lib": ["ESNext", "DOM"],
|
|
"rootDir": "src",
|
|
"types": ["jest", "node"],
|
|
"emitDeclarationOnly": true,
|
|
"composite": true
|
|
},
|
|
"references": [{"path": "../../theatre"}],
|
|
"include": ["./src/**/*"]
|
|
}
|