mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
7 lines
177 B
JSON
7 lines
177 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "package.json"],
|
|
"compilerOptions": { "outDir": "libDev" },
|
|
"references": [{ "path": "../utils" }]
|
|
}
|