Use moduleResolution bundler (#1571)

This commit is contained in:
Nathan Bierema 2024-01-23 21:14:03 -05:00 committed by GitHub
parent 7b90e75e03
commit 31aabfa82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "Node",
"target": "es2020",
"moduleResolution": "bundler",
"declaration": true,
"strict": true,
"allowSyntheticDefaultImports": true,