Skip to content

Commit

Permalink
chore: update importModuleSpecifier config (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii authored Mar 4, 2023
1 parent 463ff76 commit feda024
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"main"
],
"typescript.tsdk": "node_modules/.pnpm/typescript@4.9.5/node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"javascript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifier": "non-relative"
}

1 comment on commit feda024

@vercel
Copy link

@vercel vercel bot commented on feda024 Mar 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

zuzugo – ./

zuzugo-git-main-yukaihuangtw.vercel.app
zuzugo.vercel.app
zuzugo-yukaihuangtw.vercel.app

Please sign in to comment.