Skip to content

Commit 2b6d5a7

Browse files
committed
lowering tsconfig to build for es2018 to test ios 12 support
1 parent d85849e commit 2b6d5a7

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
@@ -1,9 +1,9 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2018",
44
"module": "esnext",
55
"moduleResolution": "node",
6-
"lib": ["es2019", "dom", "dom.iterable"],
6+
"lib": ["es2018", "dom", "dom.iterable"],
77
"noEmit": true,
88
"noUnusedParameters": true,
99
"noImplicitReturns": true,

0 commit comments

Comments
 (0)