DefinitelyTyped/types/gulp-imagemin/tsconfig.json
Romain Faust 16b85f0e2f [@types/gulp-imagemin] Add type definitions (#27692)
* Add koa-router's Router to koa's Context

* [@types/gulp-imagemin] Add type definitions
2018-07-30 11:19:01 -07:00

24 lines
494 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",
"gulp-imagemin-tests.ts"
]
}