DefinitelyTyped/types/koa-log4/tsconfig.json
a631807682 f39722faf8
feat(types/) Add type definitions for koa-log4
Add type definitions for koa-log4
2019-03-08 10:26:59 +08:00

24 lines
489 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes":false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"koa-log4-tests.ts"
]
}