2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"rootDir": "../.."
|
|
|
|
},
|
|
|
|
"files": [],
|
|
|
|
"references": [
|
|
|
|
{"path": "../../theatre"},
|
|
|
|
{"path": "../../packages/dataverse"},
|
|
|
|
{"path": "../../packages/playground"},
|
2022-11-26 15:00:14 +01:00
|
|
|
{"path": "../../packages/benchmarks"},
|
2021-09-22 09:30:42 +02:00
|
|
|
{"path": "../../packages/r3f"},
|
|
|
|
{"path": "../../examples/basic-dom"}
|
2021-06-18 13:05:06 +02:00
|
|
|
]
|
|
|
|
}
|