DefinitelyTyped/types/karma-snapshot/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 7aba76e825
feat(karma-snapshot): new type definition (#43131)
As used in the open-wc project

- type definitions
- tests

https://github.com/localvoid/karma-snapshot

Thanks!
2020-03-31 15:41:36 -07:00

24 lines
495 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",
"karma-snapshot-tests.ts"
]
}