Skip to content

Commit

Permalink
[2.x] Remove redundant .d.ts inclusion from tsconfig.json (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
panakour authored Jan 13, 2025
1 parent 40b4365 commit 60ac80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia-vue-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"ziggy-js": ["./vendor/tightenco/ziggy"]
}
},
"include": ["resources/js/**/*.ts", "resources/js/**/*.d.ts", "resources/js/**/*.vue"]
"include": ["resources/js/**/*.ts", "resources/js/**/*.vue"]
}

0 comments on commit 60ac80a

Please sign in to comment.