DefinitelyTyped/types/promise-sequential/tsconfig.json
garyking a68b429d53 promise-sequential 1.1: New types (#39410)
* Add new types for module.

* Fix TS version.

* Use new Promise syntax.
2019-10-25 13:27:31 -07:00

24 lines
499 B
JSON

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