mirror of
https://github.com/galacean/engine.git
synced 2026-05-10 00:39:31 +08:00
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"noImplicitOverride": true,
|
|
"declarationDir": "types",
|
|
"incremental": false,
|
|
"skipLibCheck": true,
|
|
"emitDeclarationOnly": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|