DefinitelyTyped/cssbeautify/tsconfig.json
Peter Burns 779e53eb3b Add typings for cssbeautify library (#11460)
* Add typings for cssbeautify library

* Don't paper over the fact that cssbeautify isn't ES module compatible.
2016-10-02 17:06:55 -07:00

20 lines
402 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"cssbeautify-tests.ts"
]
}