Skip to content

Commit cbfcaf4

Browse files
committed
🔧 Set TS target to ES2019
1 parent 4102db7 commit cbfcaf4

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,11 +1,11 @@
11
{
22
"compilerOptions": {
3-
"target": "esnext",
3+
"target": "ES2019",
44
"module": "commonjs",
55
"rootDir": "./src",
66
"outDir": "./dist",
77
"strict": true,
8-
"typeRoots" : ["./node_modules/@types", "./@types"],
8+
"typeRoots": ["./node_modules/@types", "./@types"],
99
"esModuleInterop": true,
1010
"resolveJsonModule": true,
1111
"declaration": true,

0 commit comments

Comments
 (0)