Skip to content
Snippets Groups Projects
Commit a56598e96bb6 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

feat(tsconfig): remove "noImplicitAny" option

Its is already active when "strict" option is set to true.
parent edfeeea90a33
No related branches found
No related tags found
1 merge request!1Many little improvements
......@@ -3,7 +3,6 @@
"allowUnreachableCode": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noPropertyAccessFromIndexSignature": true,
"noUnusedLocals": true,
"strict": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment