1 Star 0 Fork 0

lpphan/koa-quickstart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
lpphan 提交于 2020-08-13 17:26 . “说m11111
{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"lib": ["es6"],
"sourceMap": true,
"outDir": "dist",
"noImplicitAny": true,
"strictNullChecks": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*"]
},
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lpphan/koa-quickstart.git
git@gitee.com:lpphan/koa-quickstart.git
lpphan
koa-quickstart
koa-quickstart
master

搜索帮助