Skip to content

Commit

Permalink
fix: ensure baseurl is set in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 20, 2024
1 parent 9be8ed8 commit 62bc0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default defineNuxtConfig({
// https://github.com/nuxt/nuxt/issues/14816#issuecomment-1484918081
tsConfig: {
compilerOptions: {
baseUrl: ".",
paths: {
"@/*": ["./*"],
},
Expand Down

0 comments on commit 62bc0e4

Please sign in to comment.