mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
Bump tsconfig target to es6
Change-type: major Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
684ac9fa24
commit
f65e777d1b
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"outDir": "build",
|
||||
"strict": true,
|
||||
"strictPropertyInitialization": false,
|
||||
|
Loading…
Reference in New Issue
Block a user