Merge pull request #382 from alexgleason/bundle-resolution

tsconfig: moduleResolution Bundler
This commit is contained in:
Alex Gleason 2024-03-11 14:47:27 -05:00 committed by GitHub
commit 7b98cae7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,
"strict": true,
"moduleResolution": "node",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,