Files
YerdenandArmando Aguirre 3f28071fcb NEW: Type definitions for koa-dec-router (#36696)
* NEW: Type definitions for koa-dec-router

* FIX: Type definitions for koa-dec-router
2019-07-10 14:23:07 -07:00

26 lines
480 B
JSON

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