Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit b4aee65

Browse files
ScallyGamesfknop
authored andcommitted
use noUnusedParamter compiler flag (#49)
1 parent 0c922c2 commit b4aee65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"experimentalDecorators": true,
99
"removeComments": false,
1010
"noImplicitAny": true,
11-
"noUnusedLocals": true,
11+
"noUnusedLocals": true,
12+
"noUnusedParameters": true,
1213
"suppressImplicitAnyIndexErrors": false,
1314
"declaration": true,
1415
"lib": ["es6", "dom"]
@@ -20,4 +21,4 @@
2021
"angularCompilerOptions": {
2122
"skipTemplateCodegen": true
2223
}
23-
}
24+
}

0 commit comments

Comments
 (0)