Skip to content

Commit

Permalink
do not ignore shadcn components
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Dec 23, 2024
1 parent d98184f commit 8847b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"resolveJsonModule": true
},
"exclude": [
"components/ui"
]
}
}

0 comments on commit 8847b00

Please sign in to comment.