Files
DefinitelyTyped/types/saywhen/tsconfig.json
Sean Sobey be9d76b7ce Added typings for jasmine plugin - saywhen. (#18206)
* Added typings for saywhen.

* Updated to pass linting.

* Removed redundant jasmine reference.

* Removed es2016 target.

* Updated defintions and tests.

* Fixed tests.

* Fixed linting
2017-07-26 07:04:54 -07:00

27 lines
484 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"alwaysStrict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": false,
"noUnusedLocals": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true
},
"files": [
"index.d.ts",
"saywhen-tests.ts"
]
}