我已经使用 typescript 链接创建了基本的 nextjs 应用程序 - https://github.com/zeit/next.js/tree/master/examples/with-typescript
我无法将 className 属性添加到任何元素。我遇到以下错误。类型“IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<{ children?: ReactNode; 上不存在属性“className” }>
我收到其他属性的类型错误,例如链接元素上的 rel。

