1 Star 0 Fork 341

Tong / 魔方栈

forked from 华哲辰 / 魔方栈 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
华哲辰 提交于 2020-03-31 23:38 . history build ok
{
"compilerOptions": {
"allowJs": true,
"target": "es6",
"module": "esnext",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"strictNullChecks": true,
"sourceMap": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"types": ["webpack-env"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compileOnSave": false
}
TypeScript
1
https://gitee.com/12000/cuber.git
git@gitee.com:12000/cuber.git
12000
cuber
魔方栈
master

搜索帮助