theatre/packages/playground/tsconfig.json

18 lines
384 B
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"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"}
2021-06-18 13:05:06 +02:00
],
"include": ["./src/**/*", "./devEnv/**/*"]
}