mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-02 13:35:10 +01:00
* chore(repo): config cleanups and improvements (TS, Nx...) * fix connect e2e * chore: add eslin cache file to nx cache * chore: add stylelint cache file to nx * chore: add ts-node config for to base.tsconfig.json
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": false,
|
|
"outDir": "libDev"
|
|
},
|
|
"include": ["."],
|
|
"references": [
|
|
{ "path": "../type-utils" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|