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

Commit

Permalink
fix(tsconfig.json): transpile async await in order to be compatible t…
Browse files Browse the repository at this point in the history
…o rollup-plugin-typescript2 (#324)

issue ezolenko/rollup-plugin-typescript2#105
  • Loading branch information
rockmandash authored and znck committed Jan 22, 2020
1 parent 2c1c187 commit deb4a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"outDir": "dist",
"sourceMap": false,
"target": "esnext",
"target": "ES2015",
"module": "es6",
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down

0 comments on commit deb4a1b

Please sign in to comment.