Skip to content

Commit

Permalink
chore: enable noFallthroughCasesInSwitch in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 4, 2022
1 parent c1ebb5b commit a5ef87f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
"outDir": "./dist/cjs" /* Redirect output structure to the directory. */,
"strict": true /* Enable all strict type-checking options. */,
"noFallthroughCasesInSwitch": false,
"declaration": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"skipLibCheck": true /* Skip type checking of declaration files. */,
Expand Down

0 comments on commit a5ef87f

Please sign in to comment.