100 Star 379 Fork 75

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"
]
}
NodeJS
1
https://gitee.com/notadd/notadd.git
git@gitee.com:notadd/notadd.git
notadd
notadd
Notadd
master

搜索帮助