Skip to content

Commit

Permalink
allow module syntax in type check
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Apr 19, 2024
1 parent 47c3b4e commit f5a3f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"./*.ts"
],
"compilerOptions": {
"module": "ESNext",
"allowJs": true,
"checkJs": true,
"noEmit": true,
Expand Down

0 comments on commit f5a3f73

Please sign in to comment.