tsconfig: for sanity, go back to moduleResolution bundler and see if that fixes it

This commit is contained in:
Alex Gleason 2024-03-18 13:00:56 -05:00
parent e9ee8258e7
commit ee565db7f5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{
"compilerOptions": {
"module": "NodeNext",
"module": "esnext",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"declaration": true,
"strict": true,
"moduleResolution": "NodeNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"esModuleInterop": true,
"emitDeclarationOnly": true,