Skip to content

Commit 75f9b32

Browse files
committed
No implicit 'any'
1 parent 109f19f commit 75f9b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"allowSyntheticDefaultImports": true,
1616
"experimentalDecorators": true,
1717
"emitDecoratorMetadata": true,
18+
"noImplicitAny": true,
1819
"noUnusedParameters": true,
1920
"noUnusedLocals": true,
2021
"declarationDir": "dist",

0 commit comments

Comments
 (0)