Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderYW committed Aug 6, 2022
1 parent 38b6a84 commit 15c6edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"include": [
"**.ts",
"src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue",
"providers/**/*.ts", "providers/**/*.d.ts", "providers/**/*.tsx", "providers/**/*.vue"
"src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx",
"providers/**/*.ts", "providers/**/*.d.ts", "providers/**/*.tsx"
],
}

0 comments on commit 15c6edc

Please sign in to comment.