mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 04:50:54 +08:00
add typings for "node-ipc" package (#16070)
* add typings for node-ipc package * fix tslint error
This commit is contained in:
committed by
Andy
parent
f67e0a4703
commit
24b56d44ab
22
types/node-ipc/tsconfig.json
Normal file
22
types/node-ipc/tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user