Skip to content

Commit

Permalink
Merge pull request #1 from Sec-ant/main
Browse files Browse the repository at this point in the history
fix: `esm` module type resolution
  • Loading branch information
cinob committed Sep 20, 2023
2 parents cb58982 + 881c1b4 commit 00c50f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
export default defineNuxtConfig({
typescript: {
tsConfig: {
compilerOptions: {
moduleResolution: 'bundler'
}
}
},
app: {
head: {
title: 'demo',
Expand Down

0 comments on commit 00c50f0

Please sign in to comment.