theatre/packages/playground/tsconfig.json
2022-08-04 13:34:08 -04:00

18 lines
434 B
JSON

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