1 Star 0 Fork 0

雾柊姬/template-node-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tsconfig.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
wudongo 提交于 2023-04-25 08:09 +08:00 . init
{
"compileOnSave": true,
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"strict": true,
"lib": ["dom", "dom.iterable", "esnext"],
"locale": "zh-CN",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"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": [
"./node_modules/@types",
"./src/types",
],
"paths": {
"@/*": ["./src/*"],
}
},
"exclude": ["node_modules", "output", "build", "scripts", "./vconsole.config.js", "./test"],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wudongo/template-node-cli.git
git@gitee.com:wudongo/template-node-cli.git
wudongo
template-node-cli
template-node-cli
master

搜索帮助