### Most appropriate sub-area of p5.js? - [x] Accessibility - [ ] Color - [ ] Core/Environment/Rendering - [ ] Data - [ ] DOM - [ ] Events - [ ] Image - [ ] IO - [ ] Math - [ ] Typography - [x] Utilities - [ ] WebGL - [ ] WebGPU - [ ] p5.strands - [ ] Build process - [ ] Unit testing - [ ] Internationalization - [ ] Friendly errors - [ ] Other (specify if possible) ### p5.js version 2.3.3 ### Web browser and version _No response_ ### Operating system _No response_ ### Steps to reproduce this ### Steps: 1. install p5js via `npm i p5` 2. create a `sketch.ts` file and add `import p5 from "p5"` or `import "p5/global"` 3. Get the error `Could not find a declaration file for module 'p5'` 4. look in the package.json to see there are `types` declared 5. open the `p5` folder in `node_modules` and find the files missing 6. Surprised Pikachu Face ### Snippet: ```ts import p5 from "p5"; ```
Most appropriate sub-area of p5.js?
p5.js version
2.3.3
Web browser and version
No response
Operating system
No response
Steps to reproduce this
Steps:
npm i p5sketch.tsfile and addimport p5 from "p5"orimport "p5/global"Could not find a declaration file for module 'p5'typesdeclaredp5folder innode_modulesand find the files missingSnippet: