mirror of
https://github.com/galacean/engine.git
synced 2026-05-08 15:57:13 +08:00
19 lines
438 B
JSON
19 lines
438 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/**/*"]
|
|
}
|