17 lines
391 B
JSON
17 lines
391 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": "../plugin-r3f"}
|
|
],
|
|
"include": ["./src/**/*", "./devEnv/**/*"]
|
|
}
|