mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 23:39:38 +01:00
19 lines
447 B
JSON
19 lines
447 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"flexsearch": [
|
|
"./node_modules/@types/flexsearch"
|
|
]
|
|
},
|
|
"outDir": "./libDev",
|
|
"noImplicitAny": false,
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"references": [
|
|
{ "path": "../components" },
|
|
{ "path": "../product-components" },
|
|
{ "path": "../theme" }
|
|
]
|
|
}
|