1 Star 0 Fork 74

鸡爪/Notadd

forked from Notadd/Notadd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
dzzzzzy 提交于 2018-09-17 12:27 . chore(config): update tsconfig
{
"compilerOptions": {
"allowJs": false,
"baseUrl": "./",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"noImplicitAny": false,
"noLib": false,
"lib": [
"es2017",
"esnext.asynciterable"
],
"noUnusedLocals": false,
"removeComments": true,
"strict": false,
"strictPropertyInitialization": false,
"target": "es2017",
"outDir": "dist"
},
"include": [
"src/*.ts",
"src/**/*.ts"
],
"exclude": [
"node_modules",
"test"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/Choicelin/notadd.git
[email protected]:Choicelin/notadd.git
Choicelin
notadd
Notadd
master

搜索帮助