1 Star 3 Fork 0

we_coder/fe-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨波 提交于 2022-09-03 15:40 . 升级配置
{
"compilerOptions": {
"target": "esnext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"removeComments": false,
"allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors":true,
"downlevelIteration": true,
"noImplicitThis": false,
"declaration": false,
"sourceMap": true,
"outDir": "./dist",
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
"./types"
],
"lib": [
"es5",
"es2015",
"esnext",
"ES7",
"dom",
"dom.iterable",
"scripthost"
],
"paths": {
"@/*": ["src/*"]
}
},
"include": [
"src/**/*.ts",
"tests/**/*.ts",
"types/**/*.d.ts"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/we_coder/fe-utils.git
[email protected]:we_coder/fe-utils.git
we_coder
fe-utils
fe-utils
master

搜索帮助