enabled TS strict mode

main
Inga 🏳‍🌈 2 years ago
parent 12faf64595
commit 016668ce83
  1. 10
      tsconfig.json

@ -12,10 +12,10 @@
"baseUrl": "./", "baseUrl": "./",
"incremental": true, "incremental": true,
"skipLibCheck": true, "skipLibCheck": true,
"strictNullChecks": false, "strict": true,
"noImplicitAny": false, "noImplicitAny": true,
"strictBindCallApply": false, "strictBindCallApply": true,
"forceConsistentCasingInFileNames": false, "forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": false "noFallthroughCasesInSwitch": true
} }
} }

Loading…
Cancel
Save