UNPKG

towers-express

Version:

Fast and simple express api creation with custom user's functions, built with TypeScript.

14 lines 338 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "declaration": true, "outDir": "dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }