DefinitelyTyped/types/express-minify/tsconfig.json
2020-02-25 16:28:40 -08:00

29 lines
597 B
JSON

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