Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 8, 2024
1 parent 0249329 commit 97f07ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"noEmit": true,
"paths": {
"@": ["./src"],
"*": ["*", "node_modules/*"],
},
"*": ["*", "node_modules/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"],

Expand All @@ -38,6 +38,6 @@
"excludeExternals": true,
"excludePrivate": true,
"includeVersion": true,
"hideGenerator": true,
},
"hideGenerator": true
}
}

0 comments on commit 97f07ae

Please sign in to comment.