3 Star 0 Fork 2

mirrors_cocos-creator / cocos-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es6",
"lib": ["es2015", "es2017", "dom"],
"module": "commonjs",
"sourceMap": true,
"outDir": "./bin/.ts",
"rootDir": "./",
"noEmit": true,
"strict": true,
"noImplicitAny": false,
"downlevelIteration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"isolatedModules": true,
"baseUrl": "./",
"paths": {
"cc.decorator": [
"cocos/core/data/decorators/index.ts"
]
},
"types": [
"./@types/globals",
"./@types/consts",
"./@types/jsb",
"./@types/editor-extends",
"./@types/webGL.extras",
"./@types/webGL2.extras",
"./node_modules/@cocos/cannon/CANNON",
"./node_modules/@cocos/bullet/bullet",
"./node_modules/@cocos/physx/PhysX",
"./node_modules/@types/jest/index",
// pal
"./@types/pal/system-info",
"./@types/pal/screen-adapter",
"./@types/pal/minigame",
"./@types/pal/audio",
"./@types/pal/input"
]
},
"include": [
"exports/**/*.ts",
"typedoc-index.ts",
"pal/**/*.ts"
]
}
1
https://gitee.com/mirrors_cocos-creator/cocos-engine.git
git@gitee.com:mirrors_cocos-creator/cocos-engine.git
mirrors_cocos-creator
cocos-engine
cocos-engine
develop

搜索帮助