Skip to content

Commit

Permalink
fix(ts-config): downgrade verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Feb 21, 2024
1 parent f642144 commit 14caea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ts-config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"forceConsistentCasingInFileNames": true,
"noEmitOnError": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"lib": ["dom", "esnext"],
"jsx": "react"
}
Expand Down

0 comments on commit 14caea9

Please sign in to comment.