Skip to content

Commit

Permalink
Fix typescript compile error (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
chronicIntrovert authored Jan 11, 2024
1 parent 10d6426 commit e78723a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wagmi-connector/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"noImplicitAny": true,
"moduleResolution": "node",
"lib": ["ESNext"],
Expand All @@ -15,6 +16,6 @@
"strict": true,
"resolveJsonModule": true
},
"include": ["**/*.ts"],
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit e78723a

Please sign in to comment.