1 Star 0 Fork 0

Dreamer/koa-util-limit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Dreamer 提交于 2022-10-20 13:42 . 强化ts类型定义
{
"compilerOptions": {
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": false,
"allowJs": true,
"checkJs": true,
"baseUrl": ".",
"paths": {
"src/*": [
"*",
"src/*"
]
},
"types": [],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxFactory": "h",
"noUnusedLocals": true,
// 采用的模块系统
"module": "es2015",
// 编译输出目标 ES 版本
"target": "es5",
// 如何处理模块
"moduleResolution": "node",
// 将每个文件作为单独的模块
"isolatedModules": true,
"lib": [
"dom",
"es5",
"es6",
"es7",
"es2015.promise"
],
"pretty": true,
"skipLibCheck": true,
"outDir": "./**"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.d.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Dream_bin/koa-util-limit.git
git@gitee.com:Dream_bin/koa-util-limit.git
Dream_bin
koa-util-limit
koa-util-limit
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385