Skip to content

Commit

Permalink
Add "target" to tsconfig.json
Browse files Browse the repository at this point in the history
It's apparently not strictly needed for Babel's TypeScript plugin,
but at least more explicit.
  • Loading branch information
denisw committed Jan 12, 2019
1 parent d050ff3 commit e3b2b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Expand Up @@ -3,7 +3,8 @@
"allowSyntheticDefaultImports": true,
"lib": ["es2015"],
"noEmit": true,
"strict": true
"strict": true,
"target": "es2018"
},
"include": ["src"]
}

0 comments on commit e3b2b27

Please sign in to comment.