From de1614825f7c41df5d6239ffd5fa4d6b1300dd4c Mon Sep 17 00:00:00 2001 From: panakour Date: Mon, 13 Jan 2025 09:06:30 +0200 Subject: [PATCH] [2.x] Remove redundant `.d.ts` inclusion from `tsconfig.json` --- stubs/inertia-vue-ts/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/inertia-vue-ts/tsconfig.json b/stubs/inertia-vue-ts/tsconfig.json index fab818e64..41cc067eb 100644 --- a/stubs/inertia-vue-ts/tsconfig.json +++ b/stubs/inertia-vue-ts/tsconfig.json @@ -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"] }