Skip to content

Commit bfc1f0f

Browse files
committed
ship esm build
1 parent 923525d commit bfc1f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"esModuleInterop": true,
55
"jsx": "react-jsx",
66
"lib": ["dom", "es2015"],
7-
"module": "CommonJS",
7+
"module": "Preserve",
88
"noImplicitAny": true,
99
"outDir": "node_package/lib",
1010
"strict": true,
1111
"incremental": true,
12-
"target": "es5"
12+
"target": "es2015"
1313
},
1414
"include": ["node_package/src/**/*"]
1515
}

0 commit comments

Comments
 (0)