Skip to content

Commit fab9305

Browse files
author
messenjer
committed
chore(tsconfig): move vuepress/client/types to ./docs
1 parent f76e141 commit fab9305

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../tsconfig",
3+
"compilerOptions": {
4+
"types": ["vitest/globals", "@vuepress/client/types", "vite/client"]
5+
},
6+
"include": ["./**/*.ts", "./**/*.vue", ".vuepress/**/*.ts", ".vuepress/**/*.vue"]
7+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"forceConsistentCasingInFileNames": true,
1313
"sourceMap": true,
1414
"baseUrl": ".",
15-
"types": ["vitest/globals", "@vuepress/client/types", "vite/client"],
15+
"types": ["vitest/globals", "vite/client"],
1616
"lib": ["esnext", "dom", "dom.iterable", "scripthost"]
1717
},
1818
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],

0 commit comments

Comments
 (0)