chore: build:lib 3 connect deps to fix desktop app build

This commit is contained in:
tomasklim
2022-11-28 15:00:16 +01:00
committed by Matěj Kříž
parent d7ff3b58c5
commit 1f5fa637aa
7 changed files with 38 additions and 6 deletions

View File

@@ -4,11 +4,12 @@
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"main": "lib/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js",
"type-check": "tsc --build"
"type-check": "tsc --build",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json"
},
"dependencies": {
"@trezor/utils": "*"

View File

@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"esModuleInterop": false
},
"include": ["./src"]
}

View File

@@ -4,10 +4,11 @@
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"main": "lib/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "tsc --build"
"type-check": "tsc --build",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json"
},
"dependencies": {
"@trezor/analytics": "*"

View File

@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"esModuleInterop": false
},
"include": ["./src"]
}

View File

@@ -4,10 +4,14 @@
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"main": "lib/index",
"scripts": {
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"test:unit": "jest -c ../../jest.config.base.js --passWithNoTests",
"type-check": "tsc --build"
"type-check": "tsc --build",
"build:lib": "rimraf lib && yarn tsc --build ./tsconfig.lib.json"
},
"devDependencies": {
"typescript": "4.7.4"
}
}

View File

@@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "./lib",
"esModuleInterop": false
},
"include": ["./src"]
}

View File

@@ -8064,6 +8064,8 @@ __metadata:
"@trezor/device-utils@*, @trezor/device-utils@workspace:packages/device-utils":
version: 0.0.0-use.local
resolution: "@trezor/device-utils@workspace:packages/device-utils"
dependencies:
typescript: 4.7.4
languageName: unknown
linkType: soft