Skip to content

Commit

Permalink
enable noImplicitAny
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 26, 2022
1 parent 8967ccb commit 86cf737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.base.json
Expand Up @@ -12,6 +12,7 @@
"isolatedModules": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"noImplicitThis": true
"noImplicitThis": true,
"noImplicitAny": true
}
}

0 comments on commit 86cf737

Please sign in to comment.