diff --git a/tsconfig.json b/tsconfig.json index fe9bac33fc..60b292d2bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "baseUrl": "./", "paths": { "antd": ["components/index.tsx"], - "antd/es/*": ["components/*"] + "antd/es/*": ["components/*"], + "antd/lib/*": ["components/*"] }, "strictNullChecks": true, "module": "esnext",