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