DefinitelyTyped/types/koa-cookie/tsconfig.json
John Hou c16fefbe65 Add typings for the package 'koa-cookie' (#41714)
* Add typings for the package koa-cookie

* format with 4 spaces
2020-01-20 18:56:23 -05:00

20 lines
382 B
JSON

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