Skip to content

Commit 075fefd

Browse files
committed
fix: execution test for TS 5.9.2
1 parent 96c75bf commit 075fefd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/execution-tests/1.8.2_allowJs-entryFileIsJs/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4+
"module": "esnext",
45
"moduleResolution": "bundler",
56
"noEmitOnError": true
67
}

0 commit comments

Comments
 (0)