UNPKG

hyper-express

Version:

High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

17 lines 265 B
{ "compilerOptions": { "target": "ES2021", "moduleResolution": "node", "typeRoots": [ "./types/*.d.ts", "./node_modules/@types" ], "types": [ "node", "express" ] }, "exclude": [ "./src" ] }