DefinitelyTyped/types/clean-css/tsconfig.json
Andrew Potter 7e2d67fba7 Fixed dependance on v3 for definitons which use v3 clean-css
Added sources to replace object definition
Updated tests
2019-01-24 14:17:21 -07:00

24 lines
509 B
JSON

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