Skip to content

Commit f07eaca

Browse files
authored
chore: Adjust the include configuration for tsconfig.json (#138)
1 parent 69e4123 commit f07eaca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"src/**/*.vue",
3737
"tests/**/*.ts",
3838
"tests/**/*.tsx",
39-
"src/components.d.ts",
40-
"src/auto-imports.d.ts",
41-
"src/typed-router.d.ts",
39+
"src/types/components.d.ts",
40+
"src/types/auto-imports.d.ts",
41+
"src/types/typed-router.d.ts",
4242
"tests/*.ts"
4343
]
4444
}

0 commit comments

Comments
 (0)