Skip to content

Commit

Permalink
fix the following error:
Browse files Browse the repository at this point in the history
0:1  error  This rule requires the `strictNullChecks` compiler option to be turned on to function correctly  @typescript-eslint/prefer-nullish-coalescing
  • Loading branch information
csouchet committed Aug 29, 2023
1 parent b2c4c8c commit 366b50e
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 @@ -20,6 +20,7 @@
// Vitejs requirements https://vitejs.dev/guide/features.html#typescript-compiler-options
"isolatedModules": true, // https://esbuild.github.io/content-types/#isolated-modules
"useDefineForClassFields": true,
"strictNullChecks": true
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 366b50e

Please sign in to comment.