chore: test bundler module resolution (#36)

This commit is contained in:
Daniel Roe
2023-12-22 18:09:18 +00:00
committed by GitHub
parent 84a2c821e9
commit 644ccc237d

2
.nuxtrc Normal file
View File

@ -0,0 +1,2 @@
# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
experimental.typescriptBundlerResolution=true