Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
groninge01 committed Oct 17, 2024
1 parent 9eaceed commit 9c0f25a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/beets-frontend-v3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"@repo/*": ["../../packages/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "global.d.ts", "next-env.d.ts", ".next/types/**/*.ts"],
"include": [
"**/*.ts",
"**/*.tsx",
"global.d.ts",
"next-env.d.ts",
".next/types/**/*.ts",
"../../packages/lib/global.d.ts"
],
"exclude": ["node_modules", ".next"]
}

0 comments on commit 9c0f25a

Please sign in to comment.