Skip to content

Commit

Permalink
chore: lose unneeded tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdalton committed May 6, 2024
1 parent 3152055 commit cec8846
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"prepack": "npm run build",
"build": "tsc --p ./tsconfig-build.json && vite build",
"build": "tsc && vite build",
"test": "vitest"
},
"homepage": "https://github.com/contentful/vercel-nextjs-toolkit#readme",
Expand Down
4 changes: 0 additions & 4 deletions tsconfig-build.json

This file was deleted.

0 comments on commit cec8846

Please sign in to comment.