DefinitelyTyped/types/intersects/tsconfig.json
Voxylu e268787d2b Add intersects types (#33959)
* add intersects types

* Add strictFunctionTypes to true

* Add tests

* Makes the linter happy
2019-03-18 09:07:58 -07:00

17 lines
425 B
JSON

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