mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": [
|
|
"lib",
|
|
"test"
|
|
]
|
|
} |