22 Star 212 Fork 47

OpenTiny / tiny-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.react.json 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"composite": true,
"allowJs": true,
"noImplicitAny": false,
"baseUrl": ".",
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@opentiny/react-*": ["packages/react-*", "packages/react/src/*"],
"@opentiny/vue-renderless/types*": ["packages/renderless/types*"],
"@opentiny/vue-renderless*": ["packages/renderless/src*"],
"virtual:common/adapter/react": ["packages/react-common/src/adapter/react/index.ts"],
"virtual:locale/react": ["packages/react-locale/src/react/index.ts"]
},
"types": ["node", "vite/client"]
},
"include": [
"packages/react/**/*.ts",
"packages/react/**/*.tsx",
"packages/react-common/**/*.ts",
"packages/react-common/**/*.tsx",
"packages/react-icon/**/*.ts",
"packages/react-icon/**/*.tsx",
"packages/react-locale/**/*.ts",
"packages/react-locale/**/*.tsx",
"examples/react/shims-app.d.ts",
"examples/react/shims-react.d.ts"
],
"exclude": ["**/node_modules", "**/dist*", "**/*.md"]
}
1
https://gitee.com/opentiny/tiny-vue.git
git@gitee.com:opentiny/tiny-vue.git
opentiny
tiny-vue
tiny-vue
dev

搜索帮助