fycode_ZF_Client 4 weeks ago
parent
commit
0d1f0fa49b
  1. 24
      .gitignore
  2. 8
      package.json
  3. 9
      tsconfig.json

24
.gitignore

@ -0,0 +1,24 @@
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
local/
build/
profiles/
native
#//////////////////////////
# NPM
#//////////////////////////
node_modules/
#//////////////////////////
# VSCode
#//////////////////////////
.vscode/
#//////////////////////////
# WebStorm
#//////////////////////////
.idea/

8
package.json

@ -0,0 +1,8 @@
{
"name": "game60005",
"uuid": "f7d2009a-ce0d-46df-8224-f95b811ac44f",
"version": "3.6.2",
"creator": {
"version": "3.6.2"
}
}

9
tsconfig.json

@ -0,0 +1,9 @@
{
/* Base configuration. Do not edit this field. */
"extends": "./temp/tsconfig.cocos.json",
/* Add your custom configuration here. */
"compilerOptions": {
"strict": false
}
}
Loading…
Cancel
Save