3 Star 5 Fork 5

geekidea/spring-boot-plus-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 790 Bytes
一键复制 编辑 原始数据 按行查看 历史
JiaJi 提交于 2024-01-23 16:17 +08:00 . first commit
{
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"lib": [
"esnext",
"dom"
],
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
"types": [
"node",
"@dcloudio/types",
"miniprogram-api-typings", // 原生微信小程序类型
]
},
"exclude": [
"node_modules",
"unpackage",
],
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"./auto-imports.d.ts"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/geekidea/spring-boot-plus-app.git
git@gitee.com:geekidea/spring-boot-plus-app.git
geekidea
spring-boot-plus-app
spring-boot-plus-app
master

搜索帮助