DefinitelyTyped/types/compress.js/tsconfig.json
Yuri Drabik 235b3182f1 Added types for module compress.js (#37675)
* Added types for module compress.js

* Fixed definition of compress.js
2019-08-19 10:18:47 -07:00

24 lines
510 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"compress.js-tests.ts"
]
}