Skip to content

Commit

Permalink
fix: add proper location for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Oct 13, 2023
1 parent 9435588 commit eb01074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.declarations.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"emitDeclarationOnly": true,
"noEmit": false,
"removeComments": false,
"paths": {}
"paths": {
"@clayui/*": ["packages/clay-*/src"]
}
},
"exclude": [
"node_modules",
Expand Down

0 comments on commit eb01074

Please sign in to comment.