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",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/@types/*": ["../../types/*"]
|
||||
}
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": [".", "../../types/shared.d.ts"]
|
||||
}
|
||||
|
Loading…
Reference in new issue