theatre/devEnv/typecheck-all-projects/tsconfig.all.json

19 lines
459 B
JSON
Raw Normal View History

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"},
{"path": "../../packages/benchmarks"},
2021-09-22 09:30:42 +02:00
{"path": "../../packages/r3f"},
{"path": "../../examples/basic-dom"},
2023-08-06 10:15:37 +02:00
{"path": "../../compat-tests"},
{"path": "../../scripts"}
2021-06-18 13:05:06 +02:00
]
}