I'm trying to use it with TypeScript, and from what I've seen if I rename the index.d.ts to uws.d.ts everything works correctly, but as it stands, with the latest stable version of TS, the types don't correctly resolve.
also, for what its worth, when looking at the package.json in VSCode, I'm seeing an error that says this about the package name:
String does not match the pattern of "^(?:@[a-z0-9-*~][a-z0-9-*._~]*/)?[a-z0-9-~][a-z0-9-._~]*$".
Hi, first off, thanks for this project.
I'm trying to use it with TypeScript, and from what I've seen if I rename the index.d.ts to uws.d.ts everything works correctly, but as it stands, with the latest stable version of TS, the types don't correctly resolve.
also, for what its worth, when looking at the package.json in VSCode, I'm seeing an error that says this about the package name: