2 Star 10 Fork 4

刘小吉/panda.net.web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.app.json 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘小吉 提交于 2024-04-01 18:05 +08:00 . feat:add tsx
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"include": [
"env.d.ts",
"src/**/*",
"src/**/*.vue",
"types/**/*.d.ts"
],
"exclude": [
"src/**/__tests__/*"
],
"compilerOptions": {
"composite": true,
"noEmit": false,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"jsx": "preserve",
"jsxImportSource": "vue",
"types": [
"element-plus/global",
"@intlify/unplugin-vue-i18n/types"
],
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/notify/panda.net.web.git
git@gitee.com:notify/panda.net.web.git
notify
panda.net.web
panda.net.web
master

搜索帮助