From b4369d9d0f700869fd82f64bdc3af012a1ce5bd9 Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Sat, 23 May 2026 10:50:04 +0200 Subject: chore: complete dependency upgrades and migrate lint to ESLint 10 --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 15bc493..07c4821 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "jsx": "react-jsx", "moduleResolution": "Node", + "ignoreDeprecations": "6.0", "resolveJsonModule": true, "isolatedModules": true, "allowSyntheticDefaultImports": true, @@ -22,4 +23,4 @@ }, "include": ["src/server/**/*.ts", "src/shared/**/*.ts"], "exclude": ["node_modules", "dist", "src/client"] -} \ No newline at end of file +} -- cgit v1.2.3