Skip to content

Commit fdb8fa5

Browse files
committed
fix: bundle setup
no idea why TS 5.2 starts failing with that tsconfig, but we can change it to this and the output stays the same through Rollup
1 parent fe54b84 commit fdb8fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte-check/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
33
"lib": ["es2021"],
4-
"module": "CommonJS",
4+
"module": "ES2022",
55
"target": "es2021",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
77

88
"strict": true,
99
"esModuleInterop": true,

0 commit comments

Comments
 (0)