mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
* 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
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "libESM",
|
|
"module": "ESNext",
|
|
"target": "ES2023"
|
|
}
|
|
}
|