theatre/packages/playground/tsconfig.json
2021-09-06 10:19:10 +02:00

17 lines
384 B
JSON

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