rp_11009/tsconfig.json
TJH c493533d2b
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
游戏本体多语言json修改
2026-05-13 17:11:14 +08:00

16 lines
336 B
JSON

{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"ignoreDeprecations": "6.0",
"strict": false,
"lib": [
"ES2020",
"DOM",
"DOM.Iterable",
"ScriptHost"
],
"target": "ES2020"
}
}