DefinitelyTyped/types/find-process/tsconfig.json
buaban 428a996d6b Add types definition for find-process (#28877)
* Add types definition for find-process

* Add new line at EOF

* Compile TS LINT

* 1. change import syntax.  2. Remove comments.
2018-09-17 01:30:49 -07:00

17 lines
427 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", "find-process-tests.ts"]
}