DefinitelyTyped/types/jasmine/tsconfig.json
Nathan Shively-Sanders bf8722635e
Make ts3.1 the default for jasmine (#46958)
* Make ts3.1 the default

* restore lint rule exemption
2020-08-21 14:36:17 -07:00

23 lines
486 B
JSON

{
"files": [
"index.d.ts",
"jasmine-tests.ts"
],
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}