Skip to content

Commit

Permalink
fix: enable typescript bundler module resolution, build with latest m…
Browse files Browse the repository at this point in the history
…odule builder

#34

fix release to publish module using semantic-release with latest module builder.

Signed-off-by: Pascal Sthamer <[email protected]>
  • Loading branch information
P4sca1 committed Dec 23, 2023
1 parent 9e62447 commit a0a252d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nuxtrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
imports.autoImport=false
typescript.includeWorkspace=true
typescript.includeWorkspace=true
# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
typescript.tsConfig.compilerOptions.moduleResolution=Bundler

0 comments on commit a0a252d

Please sign in to comment.