diff --git a/.gitignore b/.gitignore index c42bf1a..aca2596 100644 --- a/.gitignore +++ b/.gitignore @@ -106,6 +106,7 @@ docker-compose.override.yml .cursor/ QWEN.md AGENTS.md +.codex # === Backups locais === /backup/ diff --git a/next.config.ts b/next.config.ts index 09c5cde..a3b3f2d 100644 --- a/next.config.ts +++ b/next.config.ts @@ -8,7 +8,6 @@ const nextConfig: NextConfig = { output: "standalone", cacheComponents: true, reactCompiler: true, - images: { remotePatterns: [ new URL("https://lh3.googleusercontent.com/**"), diff --git a/tsconfig.json b/tsconfig.json index 47be581..5faf7d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "compilerOptions": { - "ignoreDeprecations": "6.0", "baseUrl": ".", - "target": "ES2017", + "target": "ES2022", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,