Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit deb4a1b

Browse files
rockmandashznck
authored andcommitted
fix(tsconfig.json): transpile async await in order to be compatible to rollup-plugin-typescript2 (#324)
issue ezolenko/rollup-plugin-typescript2#105
1 parent 2c1c187 commit deb4a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"outDir": "dist",
55
"sourceMap": false,
6-
"target": "esnext",
6+
"target": "ES2015",
77
"module": "es6",
88
"moduleResolution": "node",
99
"resolveJsonModule": true,

0 commit comments

Comments
 (0)