UNPKG

@byteshift/harmony

Version:

A zero-dependency, fully featured, HTTP server micro-framework

25 lines (24 loc) 495 B
{ "compilerOptions": { "target": "ESNext", "module": "ES2015", "moduleResolution": "Node", "declaration": true, "declarationDir": "./dist", "experimentalDecorators": true, "emitDecoratorMetadata": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "strict": false, "noImplicitAny": true, "jsx": "react", "jsxFactory": "h" }, "include": [ "src/**/*" ], "exclude": [ "node_modules" ] }