Skip to content

Commit

Permalink
Merge pull request #328 from SchauweM/fix/tsconfig-include-js
Browse files Browse the repository at this point in the history
Updated tsconfig to include standard js/es files
  • Loading branch information
SchauweM authored Jun 10, 2021
2 parents 842d97e + 926f5cd commit 8b2acf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
]
},
"include": [
"src/**/*.js",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
Expand Down

0 comments on commit 8b2acf9

Please sign in to comment.