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

This reverts commit ee565db7f5.
This commit is contained in:
Alex Gleason
2024-03-18 13:02:35 -05:00
parent ee565db7f5
commit 9f8b7274b3

View File

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