log4js-node/types/tsconfig.json
Peter Safranek d39b5eb36b fix(#709): strict Log4js typings
* Strictly type the exported Log4js interface.
* Test the typings for strictness using the TypesScript compiler.
2018-05-12 19:26:56 -07:00

10 lines
156 B
JSON

{
"compileOnSave": false,
"compilerOptions": {
"strict": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noEmit": true
}
}