We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa72a2c commit cfb560aCopy full SHA for cfb560a
1 file changed
tsconfig.json
@@ -8,7 +8,8 @@
8
"moduleResolution": "NodeNext",
9
// https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-5.html#isolated-declarations
10
"isolatedDeclarations": true,
11
- "verbatimModuleSyntax": true
+ // verbatimModuleSyntax is incompatible with multi-dialect builds
12
+ // "verbatimModuleSyntax": true
13
},
14
"exclude": ["test/fixtures/ts*"],
15
}
0 commit comments