DefinitelyTyped/types/mixpanel-browser/tsconfig.json
fent 3817461fd8 Update typings for track_forms and track_links on mixpanel package (#39192)
* Fix types for `track_forms` and `track_links`

* semi

* update this other mixpanel package too

* fix lint warnings
2019-10-17 14:20:43 -07:00

25 lines
516 B
JSON

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