Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 18c31fd

Browse files
committed
build(docs): add .vitepress to tsconfig include
1 parent d2f1db1 commit 18c31fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"@/*": ["./src/*"],
1616
}
1717
},
18-
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", "shims-vue.d.ts"]
18+
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue", "src/.vitepress/**/*.ts", "shims-vue.d.ts"]
1919
}

0 commit comments

Comments
 (0)