mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 06:08:39 +01:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": false,
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": ["."],
|
|
"references": []
|
|
}
|