DefinitelyTyped/types/cuss/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 2e24b340b9
feat(cuss): type definitions for cuss v1.18 (#42463)
- type definitions
- tests

https://github.com/words/cuss#api

Thanks!
2020-02-20 12:37:31 -08:00

24 lines
485 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",
"cuss-tests.ts"
]
}