DefinitelyTyped/types/koa-html-minifier/tsconfig.json
Romain Faust bb6b63a59b [@types/koa-html-minifier] Add type definitions (#27691)
* Add koa-router's Router to koa's Context

* [@types/koa-html-minifier] Add type definitions

* Fix incorrect TypeScript version
2018-07-30 13:08:58 -07:00

24 lines
498 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-html-minifier-tests.ts"
]
}