Skip to content

Commit f719522

Browse files
committed
Add target to compiler option of tsconfig
1 parent ed0f01f commit f719522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"declarationMap": true,
99
"declarationDir": "./dist/types",
1010
"allowSyntheticDefaultImports": true,
11+
"target": "esnext",
1112
"lib": ["ES2019", "ESNext", "dom"],
1213
"moduleResolution": "node",
13-
1414
"noImplicitAny": true,
1515
"strictNullChecks": true,
1616
"strictFunctionTypes": true,

0 commit comments

Comments
 (0)