theatre/packages/browser-bundles/tsconfig.json

15 lines
353 B
JSON
Raw Normal View History

2021-09-30 21:58:22 +02:00
{
"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": "../dataverse"}, {"path": "../../theatre"}]
}