Skip to content

Commit

Permalink
feat: UI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloRollo committed Mar 17, 2024
1 parent 974c05c commit 1c88653
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11,775 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
webpack: (config) => {
config.externals.push("pino-pretty", "lokijs", "encoding");
return config;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"postcss": "^8",
"supports-color": "^9.4.0",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"typescript": "^5.4.2",
"utf-8-validate": "^6.0.3"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"noEmit": true,
"incremental": true,
"esModuleInterop": true,
"module": "es2020",
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
Expand Down
Loading

0 comments on commit 1c88653

Please sign in to comment.