Files
DefinitelyTyped/types/intercom-web/tsconfig.json
Samer Albahra 563022d9a6 Add Intercom Web API Typings (#20200)
* Add Intercom Web Typings

* Fix definitions URL
2017-10-02 14:51:37 -07:00

23 lines
456 B
JSON
Executable File

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