1 Star 0 Fork 1

周红伟/accesscontrol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Onur Yıldırım 提交于 2017-11-26 15:02 . clean up [skip ci]
{
"compileOnSave": false,
"compilerOptions": {
"declaration": true,
"declarationDir": "./lib",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"removeComments": false,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "es2015", "dom"],
"sourceMap": false,
"pretty": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"allowJs": false, // cannot be true when decleration is true
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"typeRoots": [
"./node_modules/@types",
"./node_modules"
],
"types": [
"node"
],
"outDir": "./lib"
},
"include": [
"./src/**/*.ts"
],
"exclude": [
"./node_modules",
"./lib",
"./dev",
"./docs",
"./test",
"./tasks",
"./backup"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou-hw/accesscontrol.git
git@gitee.com:zhou-hw/accesscontrol.git
zhou-hw
accesscontrol
accesscontrol
master

搜索帮助