@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
20 lines (19 loc) • 473 B
JSON
{
"extends": "../../../tsconfig.base",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"noImplicitAny": false,
"noImplicitThis": false,
"downlevelIteration": true,
"isolatedModules": false,
"jsx": "react",
"lib": ["es2020", "dom"],
"rootDir": ".",
"outDir": "../lib/"
},
"references": [
// this is how we declare a dependency from
{ "path": "../" } // this project to the one at the root dir`
]
}