Initial OSS commit
This commit is contained in:
commit
4a7303f40a
391 changed files with 245738 additions and 0 deletions
14
devEnv/typecheck-all-projects/tsconfig.all.json
Normal file
14
devEnv/typecheck-all-projects/tsconfig.all.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"rootDir": "../.."
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{"path": "../../theatre"},
|
||||
{"path": "../../packages/dataverse"},
|
||||
{"path": "../../packages/playground"},
|
||||
{"path": "../../packages/plugin-r3f"}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue