Files
esengine/packages/material-system/tsconfig.json

7 lines
101 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
2025-12-03 18:37:02 +08:00
"composite": true
}
}