We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc84a5 commit 8d9f56cCopy full SHA for 8d9f56c
tsconfig.json
@@ -7,10 +7,10 @@
7
],
8
"sourceMap": true,
9
"rootDir": "src",
10
- "strict": true, /* enable all strict type-checking options */
+ "strict": true /* enable all strict type-checking options */
11
/* Additional Checks */
12
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
13
// "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14
- // "noUnusedParameters": true, /* Report errors on unused parameters. */
+ // "noUnusedParameters": true /* Report errors on unused parameters. */
15
}
16
0 commit comments