Skip to content

Commit

Permalink
chore: lint jest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabbech-ledger committed Jan 17, 2024
1 parent 26d890c commit 12c4ad0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "./lib"
},
"include": ["src/**/*"]
"include": ["src/**/*", "jest.config.ts"]
}
2 changes: 1 addition & 1 deletion packages/signer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "./lib"
},
"include": ["src/**/*"]
"include": ["src/**/*", "jest.config.ts"],
}
2 changes: 1 addition & 1 deletion packages/trusted-apps/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "./lib"
},
"include": ["src/**/*"]
"include": ["src/**/*", "jest.config.ts"],
}
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "./lib"
},
"include": ["src/**/*"]
"include": ["src/**/*", "jest.config.ts"]
}

0 comments on commit 12c4ad0

Please sign in to comment.