2.8K Star 9.9K Fork 4K

GVP卓源软件/JeeSite

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
卓源软件 提交于 2026-04-01 21:29 +08:00 . 升级 vite 8.0.3、typescript 6.0.2
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"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,
"strictPropertyInitialization": true,
"strictBindCallApply": true,
"strictNullChecks": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"experimentalDecorators": true,
"resolveJsonModule": true,
"declaration": false,
"jsx": "preserve",
"jsxImportSource": "vue",
"useDefineForClassFields": true,
"allowImportingTsExtensions": false,
"lib": ["ESNext", "DOM"],
"types": [
"node",
"vue-types",
"vite/client",
"@jeesite/types/global"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/thinkgem/jeesite.git
git@gitee.com:thinkgem/jeesite.git
thinkgem
jeesite
JeeSite
main

搜索帮助