Skip to content

Commit 6b4a0a0

Browse files
Romex91Judahmeek
authored andcommitted
ship esm build
1 parent 2d5a529 commit 6b4a0a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
"esModuleInterop": false,
66
// needed for Jest tests even though we don't use .tsx
77
"jsx": "react-jsx",
8+
"lib": ["dom", "es2015"],
9+
"module": "Preserve",
810
"noImplicitAny": true,
911
"outDir": "node_package/lib",
1012
"strict": true,
11-
"incremental": true
13+
"incremental": true,
14+
"target": "es2015"
1215
},
1316
"include": ["node_package/src/**/*"]
1417
}

0 commit comments

Comments
 (0)