theatre/devEnv/typecheck-all-projects/tsconfig.all.json
2021-06-18 13:05:06 +02:00

14 lines
314 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"composite": true,
"rootDir": "../.."
},
"files": [],
"references": [
{"path": "../../theatre"},
{"path": "../../packages/dataverse"},
{"path": "../../packages/playground"},
{"path": "../../packages/plugin-r3f"}
]
}