Skip to content

Commit 10f784e

Browse files
committed
output commonjs module
1 parent 1c42393 commit 10f784e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.generated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sourceRoot": "generated/fetch/src",
44
"outDir": "dist.generated",
55
"emitDeclarationOnly": false,
6-
"module": "ES2020",
6+
"module": "CommonJS",
77
"target": "ES2020",
88
"typeRoots": [
99
"./types",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "dist",
55
"emitDeclarationOnly": false,
6-
"module": "ES2020",
6+
"module": "CommonJS",
77
"typeRoots": [
88
"./types",
99
"./node_modules/@types",

0 commit comments

Comments
 (0)