DefinitelyTyped/types/blocked/tsconfig.json
l-jonas 1809675f6a Add types for the package "blocked" (#25593)
* Add types for the package "blocked"

* Update author

* Rename MyFunction to Blocked

* Make options optional

* Return Node.JS timer instead of custom declaration
2018-05-08 12:51:10 -07:00

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