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

8 lines
125 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"composite": true,
"noEmit": true
}
}