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

fix(tsconfig.json): transpile async await in order to be compatible to rollup-plugin-typescript2 #324

Merged
merged 1 commit into from Jan 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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