1 Star 0 Fork 0

bitores/core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 758 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨会敏 提交于 2018-10-22 23:35 . fix & add object3d
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"baseUrl": "./src/",
"rootDir": "./src/",
"outDir": "./dist/debug",
"experimentalDecorators": true,
// "noImplicitAny": true,
// "allowJs": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noStrictGenericChecks": false,
"removeComments": true,
"strictNullChecks": true,
// 可以使得null和undefined只能被赋值给void或本身对应的类型
"declaration": false,
"sourceMap": true,
"lib": [
"es5",
"dom",
"es2015.promise",
"es2015.collection",
"es2015.iterable"
],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"paths": {}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bitorjs/core.git
git@gitee.com:bitorjs/core.git
bitorjs
core
core
master

搜索帮助