Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit a58dfcf

Browse files
committed
no longer ignore litAction
1 parent 4066028 commit a58dfcf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/lit-agent-tool-uniswap/src/litAction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ts-nocheck
2+
13
declare global {
24
const Lit: any;
35
const LitActions: any;

packages/lit-agent-tool-uniswap/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"declaration": true
1212
},
1313
"include": ["src/**/*"],
14-
"exclude": ["node_modules", "dist", "src/litAction.ts"]
14+
"exclude": ["node_modules", "dist"]
1515
}

0 commit comments

Comments
 (0)