Skip to content

Commit 518fba4

Browse files
committed
Fix compilerTsConfig
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 9cc8fe7 commit 518fba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class CodeGenConfig {
198198
};
199199

200200
compilerTsConfig = {
201-
module: "ESNext",
201+
module: ts.ModuleKind.ESNext,
202202
noImplicitReturns: true,
203203
alwaysStrict: true,
204204
target: ts.ScriptTarget.ESNext,

0 commit comments

Comments
 (0)