DefinitelyTyped/types/node-ipc/tsconfig.json
Alexandro Libertino 24b56d44ab add typings for "node-ipc" package (#16070)
* add typings for node-ipc package

* fix tslint error
2017-04-24 08:06:53 -07:00

22 lines
451 B
JSON

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