mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
chore(repo): change tsconfig.lib.json target to ES2022
This commit is contained in:
committed by
Carlos García Ortiz
parent
d9a4f0e04a
commit
974fb2f904
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "es6",
|
||||
"target": "ES2022",
|
||||
"importHelpers": true,
|
||||
|
||||
"composite": false,
|
||||
|
||||
Reference in New Issue
Block a user