@squareboat/nest-eyewitness
Version:
A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.
19 lines (18 loc) • 422 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"strict": true,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": false,
"outDir": "./dist",
"rootDir": "./lib",
"skipLibCheck": true
},
"include": ["lib/**/*"],
"exclude": ["node_modules", "**/*.spec.ts", "tests"]
}