-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/Add vue-tsc #6
Conversation
npx nuxi typecheck があるので手動で vue-tsc の環境を用意しなくてもいいんじゃないかなと最初は思っていたんですが、ちょっと試してみた結果、現状では結局 vue-tsc と typescript を突っ込んでやらないといけなさそう( https://nuxt.com/docs/guide/concepts/typescript#type-checking )なので、 @kokoakuma さんの対応で問題ないと思いました!
大命題である型チェックの追加という部分に関してはLGTMです! @jiyuujin @toshick |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verbatimModuleSyntax よくわかってません
とりあえず必要に応じて対応でよいと思いました。
LGTM
to allow patch update according to the rule of definitelyTyped
@ryuhei373 @toshick @ryuhei373 |
LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verbatimModuleSyntax 削除、代わりに include 追加いただけると
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
マージありがとうございます!! |
Issue
https://github.com/vuejs-jp/vuefes-2024-backside/issues/29
Details
vue-tsc
の追加@types/node
と@nuxt/types
の追加Others
相談事項
verbatimModuleSyntaxの取り扱いについて、この設定が後ほどどれくらい面倒になるのかあまりピンと来ておらず、以下のどれにするかアドバイスいただきたいです!
https://zenn.dev/teppeis/articles/2023-04-typescript-5_0-verbatim-module-syntax
import type { Foo } from ./Foo.ts
のように書く現時点で問題がなさそうであれば、Trueにしてみるのもありなのかなと思っています。