Skip to content

Commit

Permalink
chore: ignore type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Apr 9, 2024
1 parent 1708f0e commit 3ac69f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .madgerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
1 change: 1 addition & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
.github/workflows/semgrep.yaml
.gitignore
.gitignore
.madgerc
.npmrc
CHANGELOG.md
CONTRIBUTING.md
Expand Down

0 comments on commit 3ac69f2

Please sign in to comment.