1 Star 3 Fork 0

鹏展博/vite-plugin-mock-dev-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
鹏展博 提交于 2024-12-05 11:45 . chore: update deps to latest
{
"compilerOptions": {
"target": "ES2022",
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"strict": true,
"noUnusedLocals": true,
"useUnknownInCatchVariables": false,
"declaration": true,
"sourceMap": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["./plugin/**/*", "./docs/.vitepress/**/*"],
"exclude": [
"**/dist/**",
"**/node_modules/**",
"./docs/.vitepress/cache/**",
"./docs/.vitepress/dist/**"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pengzb/vite-plugin-mock-dev-server.git
git@gitee.com:pengzb/vite-plugin-mock-dev-server.git
pengzb
vite-plugin-mock-dev-server
vite-plugin-mock-dev-server
main

搜索帮助