Skip to content

Commit

Permalink
fix type errors by ignoring example dir
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jan 7, 2025
1 parent d9ca4f3 commit d83188a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
},
"exclude": ["example-dir"]
}

0 comments on commit d83188a

Please sign in to comment.