Leo

Results 2 issues of Leo

我看到 package.json 里依赖 antd,如果项目中只使用 antd icons 的话,建议使用更轻量的 @ant-design/icons 代替 antd 包。

I have the following baseUrl setting in the tsconfig.json in a nextjs project. ```json { "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": false, "forceConsistentCasingInFileNames":...