Skip to content

Commit 4bcf7dd

Browse files
committed
🐛 Fix build for tests
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
1 parent 2df9505 commit 4bcf7dd

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
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/tsconfig",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"allowSyntheticDefaultImports": true,
5+
"esModuleInterop": true,
66
"moduleResolution": "node",
77
// Node 16
88
"target": "ES2022",

0 commit comments

Comments
 (0)