26 Star 0 Fork 4

gxd20170809 / test-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
高乾坤 提交于 2019-06-11 16:17 . first commit
{
"include": [
"./src/**/*.ts"
],
"exclude": [
"./dist/"
],
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"preserveWatchOutput": true,
"noImplicitAny": true,
"sourceMap": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"strictNullChecks": false,
"noImplicitThis": true,
"rootDir": "./src/",
"rootDirs": [],
"allowJs": false,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
"baseUrl": "",
"charset": "utf8",
"declaration": false,
"inlineSourceMap": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"diagnostics": false,
"emitBOM": false,
"forceConsistentCasingInFileNames": false,
"importHelpers": false,
"inlineSources": false,
"isolatedModules": false,
"lib": [
"esnext",
"dom"
],
"listFiles": false,
"listEmittedFiles": false,
"locale": "zh_CN",
"newLine": "LF",
"noEmit": false,
"moduleResolution": "node",
"noEmitHelpers": false,
"noEmitOnError": false,
"noImplicitReturns": false,
"noImplicitUseStrict": false,
"maxNodeModuleJsDepth": 0,
"noLib": false,
"outDir": "./dist/",
"noFallthroughCasesInSwitch": false,
"noResolve": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"paths": {},
"preserveConstEnums": false,
"pretty": true,
"removeComments": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"stripInternal": false,
"suppressExcessPropertyErrors": false,
"suppressImplicitAnyIndexErrors": true,
"traceResolution": false,
"typeRoots": [
"./"
],
"types": [],
"watch": false
}
}
TypeScript
1
https://gitee.com/gxd20170809/test-js.git
git@gitee.com:gxd20170809/test-js.git
gxd20170809
test-js
test-js
master

搜索帮助