Files
DefinitelyTyped/koa-send/tsconfig.json
Peter Safranek dc33fb1259 [types-2.0] Add type definitions for koa-send. (#11946)
* Add type definitions for koa-send.

* Use correct file name and add tsconfig.
2016-10-25 22:11:17 +09:00

20 lines
338 B
JSON

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