fix: Fixed error with types

This commit is contained in:
Ilya Artamonov
2023-07-15 16:20:07 +03:00
parent 591789b10f
commit 6852da09bf
3 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.web.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist_types",
"outDir": "dist",
"paths": {
"@/*": [
"./src/*"