mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-14 06:26:35 +00:00
Update tsconfig.json to use es2019
This commit is contained in:
parent
9a820770e8
commit
9846fa64c7
@ -9,7 +9,7 @@
|
||||
"inlineSourceMap": true,
|
||||
"outDir": "./build/",
|
||||
"skipLibCheck": true,
|
||||
"lib": ["es6"],
|
||||
"lib": ["es2019"],
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user