Skip to content

Commit

Permalink
Fix @ alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Näsman committed Apr 10, 2021
1 parent a972bb9 commit 7c8a16e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"types": ["vite/client", "vite-plugin-pwa/client"]
"types": ["vite/client", "vite-plugin-pwa/client"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
}

0 comments on commit 7c8a16e

Please sign in to comment.