Skip to content

Commit

Permalink
no longer ignore litAction
Browse files Browse the repository at this point in the history
  • Loading branch information
awisniew207 committed Dec 19, 2024
1 parent 4066028 commit a58dfcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/lit-agent-tool-uniswap/src/litAction.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//@ts-nocheck

declare global {
const Lit: any;
const LitActions: any;
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-agent-tool-uniswap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "src/litAction.ts"]
"exclude": ["node_modules", "dist"]
}

0 comments on commit a58dfcf

Please sign in to comment.