DefinitelyTyped/types/node-insights/tsconfig.json
Walter Rumsby 24f378d53b Add typings for node-insights (#34844)
* Add typings for node-insights

* Changes based on PR comments
2019-04-22 13:07:40 -07:00

24 lines
494 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",
"node-insights-tests.ts"
]
}