mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
Update typescript target to es2021
Change-type: patch
This commit is contained in:
parent
47dca8604b
commit
e8baa63fdd
@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./",
|
||||
"target": "ES2019",
|
||||
"target": "ES2021",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"strictFunctionTypes": false,
|
||||
@ -10,7 +10,6 @@
|
||||
"inlineSourceMap": true,
|
||||
"outDir": "./build/",
|
||||
"skipLibCheck": true,
|
||||
"lib": ["es2019"],
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": true,
|
||||
"paths": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user