mirror of
https://github.com/galacean/engine.git
synced 2026-07-02 01:04:31 +08:00
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"lib": [
|
|
"ES2017",
|
|
"DOM"
|
|
],
|
|
"declaration": true,
|
|
"inlineSourceMap": true,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src/*.ts"]
|
|
} |