1 Star 11 Fork 3

2021/nestjs-mysql-api-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
shuiping.kuang 提交于 2021-04-10 11:17 +08:00 . feat: 新增样式提示插件
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"es6",
"es7",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noImplicitThis": true,
"noImplicitAny": false,
"importHelpers": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"noEmit": true,
"downlevelIteration": true,
"noUnusedLocals": true, /*定义未使用的时候会有提示*/
"noUnusedParameters": true, /*检查函数中是否有未使用的变量*/
"noImplicitReturns": true, /*检查函数否有返回值*/
"jsx": "preserve",
"newLine": "lf",
"baseUrl": ".",
"paths": {
"src/*": [
"src/*"
]
},
"plugins": [
{
"name": "typescript-plugin-css-modules"
}
]
},
"include": [
"src"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/k_2021/nestjs-mysql-api-react.git
git@gitee.com:k_2021/nestjs-mysql-api-react.git
k_2021
nestjs-mysql-api-react
nestjs-mysql-api-react
master

搜索帮助