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