From ad882e69f63321e3166913a9595a3c2beabda290 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 7 Jul 2026 17:08:44 +0800 Subject: [PATCH] fix: Compilation failed --- frontend/{postcss.config.ts => postcss.config.js} | 0 frontend/tsconfig.json | 1 + 2 files changed, 1 insertion(+) rename frontend/{postcss.config.ts => postcss.config.js} (100%) diff --git a/frontend/postcss.config.ts b/frontend/postcss.config.js similarity index 100% rename from frontend/postcss.config.ts rename to frontend/postcss.config.js diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index a8d3cb5a6..f4a2f1710 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -5,6 +5,7 @@ { "path": "./tsconfig.node.json" } ], "compilerOptions": { + "ignoreDeprecations": "6.0", "baseUrl": ".", "paths": { "@/*": ["src/*"]