Skip to content

Commit

Permalink
feat(ts-config): add skipLibCheck and verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Dec 14, 2023
1 parent e0f5051 commit 57957d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ts-config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"noEmitOnError": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"lib": ["dom", "esnext"],
"jsx": "react"
}
Expand Down

0 comments on commit 57957d1

Please sign in to comment.