Stricter compiler
authorDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 16 May 2020 14:11:58 +0000 (16:11 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 16 May 2020 14:11:58 +0000 (16:11 +0200)
back/tsconfig.json

index 03f8c9d8b1eb51b00ad04490455f58b8c29e1095..51858b8435c4495573cfd5e049b340ba05ccd76a 100644 (file)
@@ -36,8 +36,8 @@
     /* Additional Checks */
     // "noUnusedLocals": true,                /* Report errors on unused locals. */
     // "noUnusedParameters": true,            /* Report errors on unused parameters. */
-    "noImplicitReturns": true,             /* Report error when not all code paths in function return a value. */
-    // "noFallthroughCasesInSwitch": true,    /* Report errors for fallthrough cases in switch statement. */
+    "noImplicitReturns": true,                /* Report error when not all code paths in function return a value. */
+    "noFallthroughCasesInSwitch": true,       /* Report errors for fallthrough cases in switch statement. */
 
     /* Module Resolution Options */
     "moduleResolution": "node",               /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */