mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "../../tsconfig.libESM.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"outDir": "./libESM",
|
|
"target": "es2022",
|
|
"lib": ["es2022", "esnext"]
|
|
},
|
|
"references": []
|
|
}
|