Skip to content
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

typescript v5.5 で非推奨となる tsconfig.json のプロパティへの警告を無効化 #67

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

dino3616
Copy link
Member

  • typescript v5.5 で非推奨となる importsNotUsedAsValues の代替として推奨される verbatimModuleSyntax を指定すると next のコンパイラに isolatedModules とは一緒に指定できないと言われ、isolatedModules をコードから削除すると isolatedModules が指定されていないよと勝手に追加された末にまた isolatedModules を指定するなと言われてしまったので、結局 ignoreDeprecations を指定することにしました :oroka:

参照

@dino3616 dino3616 added the 🔧 config Configuration changes. label Apr 10, 2023
@dino3616 dino3616 requested a review from ReoHakase April 10, 2023 04:17
@dino3616 dino3616 self-assigned this Apr 10, 2023
@vercel
Copy link

vercel bot commented Apr 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
nitic-astronomy-website ✅ Ready (Inspect) Visit Preview Apr 10, 2023 4:17am

@dino3616 dino3616 enabled auto-merge April 10, 2023 04:18
@ReoHakase
Copy link
Member

verbatimModuleSyntax追加しようと思ってたけどそんなめんどかったんやな

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 config Configuration changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants