DefinitelyTyped/types/intercom-client/tsconfig.json
Jinesh Shah 11c45b47fd Added intercom-client (#25510)
* added feather-icons

* added strictfunctiontypes

* added intercom-client

* splitting pull requests by package
2018-05-03 08:28:04 -07:00

17 lines
430 B
JSON

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