diff --git a/tsconfig.json b/tsconfig.json index ad0bd518ad..22e7af9977 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,6 @@ "strictNullChecks": true, "target": "es2015", "paths": { - "@clayui/*": ["node_modules/@clayui/*/src"], "*": ["custom-types/*", "node_modules/*", "packages/*"] } },