cli: switch tsconfig to default to bundler resolution

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-12-02 21:09:03 +01:00
parent fafd9e10e1
commit f8dff944fd
2 changed files with 13 additions and 2 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
"isolatedModules": true,
"jsx": "react",
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2022"],
"module": "ESNext",
"moduleResolution": "node",
"module": "ES2020",
"moduleResolution": "bundler",
"noEmit": false,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,