DaFuWeng/tsconfig.json

11 lines
215 B
JSON
Raw Normal View History

2024-03-06 21:28:41 +08:00
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
2024-03-06 22:06:49 +08:00
"target": "esnext",
2024-03-06 21:28:41 +08:00
"strict": false
}
}