Skip to content

Commit

Permalink
removed tsconfig to fix build, still generates a lot of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 28, 2024
1 parent c550a52 commit 775ce91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 39 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"format": "eslint --fix . && prettier --write ."
"format": "eslint --fix . && prettier --write .",
"jest": "jest e2e",
"coverage": "jest --coverage"
},
"lint-staged": {
"**/*": [
Expand All @@ -31,37 +33,43 @@
"auth0": "^4.4.0",
"axios": "^1.6.8",
"babel": "^6.23.0",
"babel-plugin-istanbul": "^6.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"lucide-react": "^0.378.0",
"mongoose": "^8.3.4",
"next": "14.2.3",
"node-cron": "^3.0.3",
"puppeteer": "^22.9.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "^18",
"react-dom": "^18",
"react-quill": "^2.0.0",
"stripe": "^15.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.44.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/puppeteer": "^7.0.4",
"@types/react": "18.3.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-playwright-preset": "^4.0.0",
"lint-staged": "^15.2.2",
"playwright": "^1.44.1",
"postcss": "^8",
"prettier": "3.2.5",
"puppeteer": "^22.10.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.3",
"typescript": "^5.4.5"
}
}
35 changes: 0 additions & 35 deletions tsconfig.json

This file was deleted.

0 comments on commit 775ce91

Please sign in to comment.