fix: wrong tsconfig path

pull/1136/head
Divyansh Singh 3 years ago
parent c4c141e4c8
commit e9788e753b

@ -78,7 +78,7 @@
"@vueuse/core": "^8.7.5",
"body-scroll-lock": "^4.0.0-beta.0",
"shiki": "^0.10.1",
"vite": "^3.0.0-beta.0",
"vite": "3.0.0-beta.5",
"vue": "^3.2.37"
},
"devDependencies": {
@ -97,7 +97,7 @@
"@types/markdown-it": "^12.2.3",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.0.0",
"@types/node": "^18.0.1",
"@types/polka": "^0.5.4",
"@types/prompts": "^2.0.14",
"chokidar": "^3.5.3",
@ -138,7 +138,7 @@
"sirv": "^2.0.2",
"supports-color": "^9.2.2",
"typescript": "^4.7.4",
"vitest": "^0.16.0",
"vitest": "^0.17.0",
"vue-tsc": "^0.38.2"
},
"pnpm": {

File diff suppressed because it is too large Load Diff

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"lib": ["ESNext", "DOM"]

Loading…
Cancel
Save