You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although there is a types file merged in by PR #151
But npm install flat does not install the types definitions too? There is no index.d.ts in my flat module, causing this error message
Could not find a declaration file for module 'flat'. 'C:/Users/tedaw/dev/work/code/nftvue/node_modules/.pnpm/flat@5.0.2/node_modules/flat/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/flat` if it exists or add a new declaration (.d.ts) file containing `declare module 'flat';`
Am I installing this wrongly? Im using typescript and nextjs 13
The text was updated successfully, but these errors were encountered:
Although there is a types file merged in by PR #151
But
npm install flat
does not install the types definitions too? There is no index.d.ts in my flat module, causing this error messageAm I installing this wrongly? Im using typescript and nextjs 13
The text was updated successfully, but these errors were encountered: