1 Star 0 Fork 2

zr2012/CocosCreator-GG-Framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
ZhitaoCai 提交于 2020-12-18 22:43 . update tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es2015", "es2017", "dom"],
// 指定 ECMAScript 目标版本 "ES3"(默认), "ES5" "ES6" / "ES2015" "ES2016" "ES2017" "ESNext"
"target": "es5",
"experimentalDecorators": true,
"skipLibCheck": true,
"outDir": "temp/vscode-dist",
// 禁止对同一个文件的不一致的引用
"forceConsistentCasingInFileNames": true,
// 构建的目标代码删除所有注释,除了以 /!* 开头的版权信息
"removeComments": true,
// 可配合 gulp-typescript 生成相应的 .d.ts 文件
"declaration": true,
// 启用所有严格类型检查选项。启用 --strict 相当于启用 --noImplicitAny, --noImplicitThis, --alwaysStrict, --strictNullChecks, --strictFunctionTypes --strictPropertyInitialization
// "strict": true,
// 报错时不生成输出文件
"noEmitOnError": true
},
"exclude": ["node_modules", "library", "local", "temp", "build", "settings"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/citrus_admin/CocosCreator-GG-Framework.git
git@gitee.com:citrus_admin/CocosCreator-GG-Framework.git
citrus_admin
CocosCreator-GG-Framework
CocosCreator-GG-Framework
master

搜索帮助