DefinitelyTyped/types/node-os-utils/tsconfig.json
Nasreddine Bac Ali dc97fa1c56 node-os-utils 1.0: Add types (#39408)
* node-os-utils 1.0: Add types

* apply library file layout

* fix lint errors
2019-10-25 13:26:23 -07:00

25 lines
513 B
JSON

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