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