mirror of
https://github.com/galacean/engine.git
synced 2026-07-07 01:34:24 +08:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"declarationDir": "types",
|
|
"emitDeclarationOnly": true,
|
|
"sourceMap": true,
|
|
"incremental": false,
|
|
"stripInternal": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|