DefinitelyTyped/types/karma-browserstack-launcher/tsconfig.json
Piotr Błażejewicz (Peter Blazejewicz) 991eba99b1
feat(karma-browserstack-launcher): version 1.5 (#42214)
Type definition for `karma-browserstack-launcher`:
- definition files
- tests
- configuration

Thanks!
2020-02-10 10:41:45 -08:00

24 lines
508 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-browserstack-launcher-tests.ts"
]
}