24 lines
503 B
JSON
24 lines
503 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"},
|
|
{"path": "../theatric"}
|
|
],
|
|
"include": [
|
|
"./src/**/*",
|
|
"./src/**/*.json",
|
|
"./devEnv/**/*",
|
|
"./vite.config.ts"
|
|
]
|
|
}
|