1 Star 0 Fork 1

雾柊姬/Node Server Base on Koa2 TypeScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
wudongo 提交于 2023-03-31 17:19 +08:00 . fix: fix types
{
"compileOnSave": true,
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"strict": true,
"lib": ["dom", "dom.iterable", "esnext"],
"locale": "zh-CN",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"charset": "utf8",
"allowJs": false,
"checkJs": false,
"pretty": true,
"jsx": "preserve",
"noEmitOnError": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
"esModuleInterop": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"strictPropertyInitialization": false,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,
"sourceMap": true,
"skipDefaultLibCheck": true,
"importHelpers": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"noImplicitReturns": false,
"noImplicitThis": true,
"noImplicitAny": false,
"strictNullChecks": true,
"typeRoots": [
"src/types",
"./node_modules/@types"
],
"paths": {}
},
"exclude": ["node_modules", "output", "build", "scripts", "./vconsole.config.js", "./test"],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wudongo/node-server-base-on-koa2-type-script.git
git@gitee.com:wudongo/node-server-base-on-koa2-type-script.git
wudongo
node-server-base-on-koa2-type-script
Node Server Base on Koa2 TypeScript
master

搜索帮助