项目初始化
This commit is contained in:
11
client/tsconfig.json
Normal file
11
client/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
/* Base configuration. Do not edit this field. */
|
||||
"extends": "./temp/tsconfig.cocos.json",
|
||||
|
||||
/* Add your custom configuration here. */
|
||||
"compilerOptions": {
|
||||
"strict": false,
|
||||
"target": "es2020",
|
||||
"downlevelIteration": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user