DefinitelyTyped/types/postcss-less/tsconfig.json
Masafumi Koba 60909bad58
[postcss-less] add definitions (#46235)
* [postcss-less] add definitions

https://github.com/shellscape/postcss-less

* Remove needless `FunctionAtRule.params`

* Bump postcss to the latest

* Add `nodeToString()` type and more test cases
2020-07-23 11:45:59 -07:00

24 lines
493 B
JSON

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