mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"extends": "../../tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../eslint"
|
|
}
|
|
]
|
|
}
|