Skip to content

Commit 419f6e8

Browse files
committed
Turn on strict Typescript in the contract-verification-plugin
1 parent 4d84d8b commit 419f6e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/contract-verification/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"jsx": "react-jsx",
55
"allowJs": true,
66
"esModuleInterop": true,
7-
"allowSyntheticDefaultImports": true
7+
"allowSyntheticDefaultImports": true,
8+
"strict": true
89
},
910
"files": [],
1011
"include": [],

0 commit comments

Comments
 (0)