DefinitelyTyped/types/jasmine-data-provider/tsconfig.json
Tomek Łaziuk 09a6331c19 [jasmine-data-provider] adding a new definition (#29772)
* init

* strict fix

* fix strict-export-declare-modifiers

* change required ts version

* Revert "change required ts version"

This reverts commit 6ec355299606fb5b19b45126d8d4c0090f139ab0.

* apply requested changes
2018-10-16 11:01:36 -07:00

24 lines
502 B
JSON

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