Files
DefinitelyTyped/types/move-concurrently/tsconfig.json
Melvin Groenhoff 65f34f72c6 Add typings for move-concurrently. (#18813)
* Add typings for move-concurrently.

* Get Promise type from options if passed.
2017-08-11 08:41:16 -07:00

23 lines
461 B
JSON

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