Skip to content

Commit

Permalink
fix : correction fail import
Browse files Browse the repository at this point in the history
  • Loading branch information
aehanno authored and kevin-kosmos committed Sep 6, 2022
1 parent 56f24b4 commit d69c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Type Checking */
"noImplicitAny": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit d69c857

Please sign in to comment.