-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
verbatimModuleSyntax: true
support in tsconfig.json (#48018)
### What? When `verbatimModuleSyntax: true` is set, `isolatedModules: true` are not allowed by TS ### Why? Next always adds `isolatedModules: true` which causes TS error. ### How? - Fixes #46509 fix NEXT-689 Co-authored-by: Steven <229881+styfle@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
68 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters