mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
8 lines
127 B
JSON
8 lines
127 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src"]
|
|
}
|