Skip to content

Commit 8e116eb

Browse files
committed
docs: add tsconfig notes
1 parent 96ba456 commit 8e116eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This repo contains a set of [unplugin](https://github.com/unjs/unplugin) plugins
77
- [@vue.ts/complex-types](./packages/complex-types) - Use @vue/language-core to support complex types for Vue Macros.
88
- [@vue.ts/tsx-auto-props](./packages/tsx-auto-props) - Add props for your tsx components automatically.
99

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+
1014
## 📝 License
1115

1216
[MIT](./LICENSE). Made with ❤️ by [Ray](https://github.com/so1ve)

0 commit comments

Comments
 (0)