@@ -6,7 +6,7 @@ declare type Any = any
declare module '*.vue' {
import type { DefineComponent } from 'vue'
- const component: DefineComponent<{}, {}, any>
+ const component: DefineComponent<{}, {}, Any>
export default component
}
@@ -15,7 +15,13 @@
"ESNext",
"DOM"
],
- "skipLibCheck": true
+ "skipLibCheck": true,
+ "baseUrl": "./",
+ "paths": {
+ "@/*": [
+ "src/*"
+ ]
+ },
},
"include": [
"src/**/*.ts",