Skip to content

Commit

Permalink
Fix build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
archessmn committed Oct 15, 2024
1 parent 901a7e8 commit 01d3dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"lib/db/seed.mts"
"lib/db/seed.mts",
"lib/db/**/*.d.ts"
],
"exclude": ["node_modules", "dist", ".next", "out", "next.config.js"],
"ts-node": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.server.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"noEmit": false,
"jsx": "react-jsx"
},
"include": ["server/**/*.ts"]
"include": ["server/**/*.ts", "lib/db/json.d.ts"]
}

0 comments on commit 01d3dd5

Please sign in to comment.