Files
trezor-suite/packages/connect-explorer-theme/tsconfig.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" }
]
}