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. */ } }