DefinitelyTyped/types/signalfx/tsconfig.json
Max Boguslavsky 13e90c82cf Type for Signalfx package (#38638)
* added signalfx

* fixed test errors

* fixed test errors
2019-09-26 16:19:50 -07:00

25 lines
508 B
JSON

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