Skip to content

Commit

Permalink
Rome ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Oct 30, 2023
1 parent e37ca27 commit 4df9f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions @planetarium/account-aws-kms/src/crypto/node.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-ignore
import * as nc from "node:crypto";
export const crypto =
nc && typeof nc === "object" && "webcrypto" in nc
? (nc.webcrypto as any)
? // rome-ignore lint/suspicious/noExplicitAny: false
(nc.webcrypto as any)
: undefined;
1 change: 1 addition & 0 deletions @planetarium/account-aws-kms/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"include": ["./src", "*.d.ts", "*.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "dist",
"target": "ES2022",
"strict": true,
Expand Down
1 change: 0 additions & 1 deletion @planetarium/tx/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": ["./src", "*.d.ts", "*.ts"],
"rootDir": "./src",
"compilerOptions": {
"outDir": "dist",
"target": "ES2022",
Expand Down

0 comments on commit 4df9f60

Please sign in to comment.