mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 14:47:12 +01:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": false,
|
|
"outDir": "./libDev"
|
|
},
|
|
"include": ["."],
|
|
"references": [{ "path": "../eslint" }]
|
|
}
|