1 Star 0 Fork 597

Seongnam/JeeSite Vue3

forked from 卓源软件/JeeSite Vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
卓源软件 提交于 2024-04-01 11:04 . update tsconfig.json
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"noImplicitOverride": true,
"useUnknownInCatchVariables": false,
"composite": false,
"declarationMap": false,
"inlineSources": false,
"isolatedModules": true,
"preserveWatchOutput": true,
"removeComments": true,
"skipLibCheck": true,
"noImplicitAny": false,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"declaration": false,
"jsx": "preserve",
"lib": [
"ESNext",
"DOM"
],
"types": [
"vite/client"
],
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"]
}
},
"include": [
"tests/**/*.ts",
"src/**/*.d.ts",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"types/**/*.d.ts",
"types/**/*.ts",
"build/**/*.d.ts",
"build/**/*.ts",
"vite.config.ts"
],
"exclude": [
"tests/server/**/*.ts",
"node_modules",
"**/*.js",
"dist"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/seongnam-xing/jeesite-vue.git
git@gitee.com:seongnam-xing/jeesite-vue.git
seongnam-xing
jeesite-vue
JeeSite Vue3
main

搜索帮助