DefinitelyTyped/types/koa-session/tsconfig.json
kerol2r20 8bc37013d6 Update koa-session definition file
Reference to koa's official project https://github.com/koajs/session
2017-06-13 15:47:14 +08:00

23 lines
455 B
JSON

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