From c52f7dcedc3da496e7431430f18925dcc5269406 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 27 Aug 2025 22:31:22 +0200 Subject: [PATCH] fixup: remove paths from tsconfig --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6bef1f6b..07f9feaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -105,9 +105,6 @@ /* Completeness */ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ - "skipLibCheck": true /* Skip type checking all .d.ts files. */, - "paths": { - "@/*": ["./*"] - } + "skipLibCheck": true /* Skip type checking all .d.ts files. */ } }