Files
engine/packages/ui/tsconfig.json
singlecoder 8703a2dc4f Support GUI (#2375)
* feat(2d): support GUI
2025-01-09 19:17:21 +08:00

19 lines
496 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"declaration": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"declarationDir": "types",
"emitDeclarationOnly": true,
"noImplicitOverride": true,
"sourceMap": true,
"incremental": false,
"skipLibCheck": true,
"stripInternal": true
},
"include": ["src/**/*"]
}