Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Mar 1, 2024
1 parent 86d78d5 commit 2feead0
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 3,699 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.15.5",
"@mui/material-nextjs": "^5.15.9",
"@types/node": "^20.11.24",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.7",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-type-animation": "^3.2.0",
"react-visibility-sensor": "^5.1.1"
"react-visibility-sensor": "^5.1.1",
"sharp": "^0.33.2"
},
"devDependencies": {
"prettier": "^3.0.3",
Expand Down
11 changes: 10 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
"name": "next"
}
],
"strictNullChecks": true
"strictNullChecks": true,
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true
},
"include": [
"next-env.d.ts",
Expand Down
Loading

0 comments on commit 2feead0

Please sign in to comment.