Browse Source

Update tsconfig.base.json

Co-authored-by: Copilot <[email protected]>
pull/737/head
Dan Ditomaso 12 months ago
committed by GitHub
parent
commit
d159bc0297
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      tsconfig.base.json

6
tsconfig.base.json

@ -9,9 +9,9 @@
"resolveJsonModule": true,
"isolatedModules": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"noUncheckedIndexedAccess": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"jsx": "react-jsx",
"baseUrl": "."

Loading…
Cancel
Save