UNPKG

@spot-meetings/backend-logger

Version:
21 lines (20 loc) 319 B
{ "compilerOptions": { "esModuleInterop": true, "module": "commonjs", "skipLibCheck": true, "declaration": true, "target": "ESNext", "strict": false, "outDir": "lib", "lib": [ "ESNext" ] }, "exclude": [ "test/**/*.spec.ts" ], "include": [ "src/**/*.ts" ] }