Skip to content

Commit 4a2bcfc

Browse files
chore(typescript): use moduleResolution bundler (#1756)
chore: try moduleResolution bundler
1 parent dba5d70 commit 4a2bcfc

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

scripts/tsconfig.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"isolatedModules": true,
1313
"lib": ["DOM", "DOM.Iterable", "ES2022"],
1414
"module": "ES2022",
15-
"moduleResolution": "Node",
15+
"moduleResolution": "Bundler",
1616
"noEmit": true,
1717
"noImplicitReturns": true,
1818
"noUncheckedIndexedAccess": true,
@@ -23,5 +23,5 @@
2323
"strict": true,
2424
"target": "ES2020"
2525
},
26-
"include": ["eslint.config.js", "prettier.config.js"]
26+
"include": ["eslint.config.js", "prettier.config.js", "scripts"]
2727
}

0 commit comments

Comments
 (0)