mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
17 lines
283 B
JSON
17 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"out"
|
|
]
|
|
}
|