Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit cd8fe11

Browse files
tbouffardaibcmars
andauthored
chore: update Typescript target and module (#9)
Do not use ESNext as this generates jest warnings and restrict the browsers that could execute the produced code. Co-authored-by: Marcin Michniewicz <45601541+aibcmars@users.noreply.github.com>
1 parent 77df958 commit cd8fe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/ts-rollup/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"outDir": "./build/lib",
4-
"target": "ESNext",
5-
"module": "ESNext",
4+
"target": "ES2018",
5+
"module": "ES2015",
66
"lib": [
77
"ESNext",
88
"dom"

0 commit comments

Comments
 (0)