Files
DefinitelyTyped/types/imagemin-pngquant/tsconfig.json
TokugawaT_YD 088f477d65 Types for imagemin-pngquant (#35068)
* clear to tests

* clear to tests

* clear to tests

* tslint passed
2019-04-28 23:54:54 -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",
"imagemin-pngquant-tests.ts"
]
}