Ai
1 Star 6 Fork 0

阿宇的编程之旅/TaskQueue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿宇的编程之旅 提交于 2023-04-27 00:21 +08:00 . chore:tsconfig
{
"compilerOptions": {
"allowSyntheticDefaultImports": 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/cjs",
"rootDir": "src",
"skipLibCheck": true,
"lib": [
"DOM",
"ES5",
"ES6",
"ES2015.promise",
"ES2018.promise",
"ES2015.iterable"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/DieHunter/task-queue.git
git@gitee.com:DieHunter/task-queue.git
DieHunter
task-queue
TaskQueue
master

搜索帮助