Files
trezor-suite/packages/utils/tsconfig.libESM.json
Daniel Suchý e346ba7f61 chore: upgrade to TS 5.8 (#17537)
* chore: upgrade to TS 5.6

* chore: upgrade to TS 5.7

* feat: upgate to TS 5.8

* chore: update eslint

* fix: use es2023 also for build
2025-03-12 13:32:41 +01:00

9 lines
156 B
JSON

{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"outDir": "libESM",
"module": "ESNext",
"target": "ES2023"
}
}