DefinitelyTyped/types/requestidlecallback/tsconfig.json
Max Boguslavsky 1e76cc036f Added window interface and tests to requestidlecallback: Part 2 (#38124)
* added tests and updated requestidlecallback type

* added tests and updated requestidlecallback type

* - corrected arguments according to feedback.
2019-09-23 15:37:12 -07:00

24 lines
392 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",
"requestidlecallback-tests.ts"
]
}