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
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": { "compilerOptions": {
"module": "esnext", "module": "NodeNext",
"target": "esnext", "target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"declaration": true, "declaration": true,
"strict": true, "strict": true,
"moduleResolution": "Bundler", "moduleResolution": "NodeNext",
"skipLibCheck": true, "skipLibCheck": true,
"esModuleInterop": true, "esModuleInterop": true,
"emitDeclarationOnly": true, "emitDeclarationOnly": true,