2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "dist",
|
|
|
|
"lib": ["ESNext", "DOM"],
|
|
|
|
"rootDir": ".",
|
|
|
|
"types": ["jest", "node"],
|
|
|
|
"emitDeclarationOnly": false,
|
2022-07-29 17:59:39 +02:00
|
|
|
"composite": true,
|
|
|
|
"resolveJsonModule": true
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
|
|
|
"references": [
|
|
|
|
{"path": "../../theatre"},
|
|
|
|
{"path": "../dataverse"},
|
2021-09-06 10:19:10 +02:00
|
|
|
{"path": "../r3f"}
|
2021-06-18 13:05:06 +02:00
|
|
|
],
|
2022-07-29 17:59:39 +02:00
|
|
|
"include": ["./src/**/*", "./src/**/*.json", "./devEnv/**/*"]
|
2021-06-18 13:05:06 +02:00
|
|
|
}
|