Skip to content

Commit 44c4293

Browse files
refactor(tsconfig): set module to Preserve to make tsc do less and let
the bundler do more (if needed)
1 parent b968af6 commit 44c4293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dom",
66
"dom.iterable"
77
],
8-
"module": "esnext",
8+
"module": "Preserve",
99
"target": "esnext",
1010
"skipLibCheck": true,
1111
// https://github.com/withastro/astro/blob/main/tsconfig.base.json

0 commit comments

Comments
 (0)