1 Star 0 Fork 1

yangjun / utils-lib-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿宇的编程之旅 提交于 2023-04-14 23:06 . chore:tsconfig
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"declaration": true,
"target": "es5",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true,
"lib": [
"DOM",
"ES5",
"ES6",
"ES2015.promise",
"ES2018.promise",
"ES2015.iterable"
]
}
}
TypeScript
1
https://gitee.com/koleyang/utils-lib-js.git
git@gitee.com:koleyang/utils-lib-js.git
koleyang
utils-lib-js
utils-lib-js
master

搜索帮助