You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ This repo contains a set of [unplugin](https://github.com/unjs/unplugin) plugins
7
7
-[@vue.ts/complex-types](./packages/complex-types) - Use @vue/language-core to support complex types for Vue Macros.
8
8
-[@vue.ts/tsx-auto-props](./packages/tsx-auto-props) - Add props for your tsx components automatically.
9
9
10
+
## Notes
11
+
12
+
Due to upstream limitations, vue.ts doesn't support tsconfig references. Please either point to something like `tsconfig.app.json`(vite template) or a base `tsconfig.build.json` that includes all necessary options.
13
+
10
14
## 📝 License
11
15
12
16
[MIT](./LICENSE). Made with ❤️ by [Ray](https://github.com/so1ve)
0 commit comments