tsconfig: moduleResolution Bundler

This commit is contained in:
Alex Gleason 2024-03-11 14:22:11 -05:00
parent 1691f0b51d
commit db53f37161
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
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,