UNPKG

orbty

Version:

Simple and high performance web server structure for

23 lines 448 B
{ "compilerOptions": { "module": "commonjs", "lib": [ "es6" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": "./", "typeRoots": [ "./" ], "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true }, "files": [ "index.d.ts" ] }