Fix typing errors

This commit is contained in:
2022-01-22 19:41:53 +01:00
parent e0efd9dc41
commit 809fa354c4
4 changed files with 28 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]