DefinitelyTyped/types/ping/tsconfig.json
Richard Honor b244a1ab2e [ping] Add new definition file for ping (#35618)
* Add definitions for node-ping

* Fix linting and test errors
2019-05-22 09:04:26 -07:00

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