Skip to content

Commit 3c6a954

Browse files
committed
Change module to ESNext
1 parent 09aebb9 commit 3c6a954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rtk-query-codegen-openapi/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"allowJs": false,
55
"checkJs": false,
6-
"module": "CommonJS",
6+
"module": "ESNext",
77
"noEmit": false,
88
"rootDir": "src"
99
},

0 commit comments

Comments
 (0)