cor-base-service
Version:
Library build upon COR web services. Handles authN/authZ, standarizes logging and error messages
20 lines (19 loc) • 867 B
JSON
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
"declarationMap": true, /* Create sourcemaps for d.ts files. */
"outDir": "lib", /* Specify an output folder for all emitted files. */
"strict": true, /* Enable all strict type-checking options. */
"noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
"noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
},
"include": [
"src/**/*",
"jest.config.ts"
],
"exclude": [
"node_modules",
"/src/types/*",
]
}