DefinitelyTyped/types/express-minify/tsconfig.json
2018-03-22 19:39:13 +01:00

29 lines
598 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"uglify-js": [
"uglify-js/v2"
]
}
},
"files": [
"index.d.ts",
"express-minify-tests.ts"
]
}