theatre/packages/theatric/tsconfig.json
Andrew Prifer 246e75ccb5
Theatric - a leva-like Theatre.js API for React (#375)
Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
2023-01-22 18:01:31 +01:00

14 lines
327 B
JSON

{
"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": "../../theatre"}]
}