Skip to content

Commit

Permalink
Skip lib checks
Browse files Browse the repository at this point in the history
  • Loading branch information
artiphishle committed Jul 6, 2024
1 parent 66bfb1d commit e51e95d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
NEXT_TELEMETRY_DISABLED=1

#*** @Clerk *#
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
17 changes: 14 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"postcss": "8.4.39",
"primeicons": "^7.0.0",
"primereact": "^10.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-useportal": "^1.0.19",
"reactflow": "^11.11.4",
"server-only": "^0.0.1",
Expand All @@ -67,7 +69,10 @@
"webmidi": "^3.1.9"
},
"devDependencies": {
"@clerk/types": "^4.7.0",
"@next/eslint-plugin-next": "^14.2.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "^13.13.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "latest",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"plugins": [{ "name": "next" }],
"resolveJsonModule": true,
"skipLibCheck": false,
"skipLibCheck": true,
"strict": true,
"target": "es5"
},
Expand Down

0 comments on commit e51e95d

Please sign in to comment.