Skip to content

Commit 2a01304

Browse files
committed
fix: tsconfig not including .vue file
1 parent 2cf49c4 commit 2a01304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@/*": ["src/*"]
1919
}
2020
},
21-
"include": ["src/**/*.ts", "shim/*.d.ts"],
21+
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", "shim/*.d.ts"],
2222
"exclude": ["src/router/index.ts", "src/lib/props.ts", "src/main.ts", "src/env.d.ts"]
2323
}

0 commit comments

Comments
 (0)