mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 09:54:10 +01:00
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"include": [".", "**/*.json"],
|
|
"references": []
|
|
}
|