Files
DefinitelyTyped/types/toobusy-js/tsconfig.json
Arne Schubert f8b7232c91 Add new type definition for toobusy-js (#25019)
* Add new definitions for toobusy-js

* Change import according to the change-request
2018-04-17 07:59:02 -07:00

24 lines
491 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",
"toobusy-js-tests.ts"
]
}