1 Star 0 Fork 0

程刚/tiny-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.vue3.json 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"allowJs": true,
"noImplicitAny": false,
"baseUrl": ".",
"paths": {
"@opentiny/vue-autonavi-map": ["packages/vue/src/chart/autonavi-map"],
"@opentiny/vue-baidu-map": ["packages/vue/src/chart/baidu-map"],
"@opentiny/vue-chart-*": ["packages/vue/src/chart/chart-*"],
"@opentiny/vue-*": ["packages/vue-*", "packages/vue/src/*"],
"@opentiny/vue-renderless/types*": ["packages/renderless/types*"],
"@opentiny/vue-renderless*": ["packages/renderless/src*"],
"virtual:common/adapter/vue": ["packages/vue-common/src/adapter/vue3/index.ts"],
"virtual:locale/vue": ["packages/vue-locale/src/vue3/index.ts"]
},
"types": ["node", "vite/client"]
},
"vueCompilerOptions": {
"target": 3
},
"include": [
"packages/**/*.ts",
"packages/**/*.tsx",
"packages/**/*.vue",
"examples/vue3/shims-app.d.ts",
"examples/vue3/shims-vue.d.ts"
],
"exclude": ["**/node_modules", "**/dist*", "**/*.md"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenggang321/tiny-vue.git
git@gitee.com:chenggang321/tiny-vue.git
chenggang321
tiny-vue
tiny-vue
dev

搜索帮助