DefinitelyTyped/types/chai-snapshot-matcher/tsconfig.json
Tomasz Pluskiewicz f4cab83772
added types for chai-snapshot-matcher (#48130)
* added types for chai-snapshot-matcher

* added missing overload and optional params
2020-09-24 13:49:15 -07:00

24 lines
502 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",
"chai-snapshot-matcher-tests.ts"
]
}