mirror of https://github.com/vuejs/vitepress
fix non-existent imports in generated dts filespull/317/head
parent
2ef033c5c2
commit
55de7ab43c
@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.json",
|
"extends": "../../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": "."
|
||||||
"paths": {
|
|
||||||
"/@types/*": ["../../types/*"]
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"include": [".", "../../types/shared.d.ts"]
|
"include": [".", "../../types/shared.d.ts"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue