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 20, 2023
1 parent b40f515 commit e76d6b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"compilerOptions": {
"noEmit": true,
"declaration": true,
"emitDeclarationOnly": false
"emitDeclarationOnly": false,
"paths": {
"@clayui/*": ["node_modules/@clayui/*/src"],
}
},
"include": ["./packages/clay-*/src/**/*", "*.tsx", "*.ts"]
}

0 comments on commit e76d6b0

Please sign in to comment.