Skip to content

Commit

Permalink
Added allowJs
Browse files Browse the repository at this point in the history
  • Loading branch information
grassick committed Jun 27, 2021
1 parent 46324c4 commit dd700ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"experimentalDecorators": true,
"esModuleInterop": true
"esModuleInterop": true,
"allowJs": true
},
"include": [
"src"
Expand Down

0 comments on commit dd700ef

Please sign in to comment.