Skip to content

Commit c39c9de

Browse files
committed
build(tsc): update tsconfig target
1 parent 0e20289 commit c39c9de

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
@@ -3,10 +3,10 @@
33
"strict": true,
44
"moduleResolution": "node",
55
"esModuleInterop": true,
6+
"target": "ES5",
67
"module": "ES6",
7-
"target": "ES6",
88
"declaration": true,
9-
"declarationDir": "./dist/types",
9+
"declarationDir": "dist/types",
1010
"allowSyntheticDefaultImports": true,
1111
"typeRoots": ["node_modules/@types", "./types"]
1212
},

0 commit comments

Comments
 (0)