Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
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": "." |
|
|
|
|