Skip to content

Commit cfb560a

Browse files
committed
FIXUP
1 parent fa72a2c commit cfb560a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"moduleResolution": "NodeNext",
99
// https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#isolated-declarations
1010
"isolatedDeclarations": true,
11-
"verbatimModuleSyntax": true
11+
// verbatimModuleSyntax is incompatible with multi-dialect builds
12+
// "verbatimModuleSyntax": true
1213
},
1314
"exclude": ["test/fixtures/ts*"],
1415
}

0 commit comments

Comments
 (0)