⚡ Fix build issues
This commit is contained in:
@@ -135,10 +135,12 @@ export class Telemetry {
|
||||
async track(eventName: string, properties?: IDataObject): Promise<void> {
|
||||
return new Promise<void>((resolve) => {
|
||||
if (this.client) {
|
||||
// @ts-ignore
|
||||
this.client.track(
|
||||
{
|
||||
userId: this.instanceId,
|
||||
event: eventName,
|
||||
// @ts-ignore
|
||||
properties,
|
||||
},
|
||||
resolve,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"removeComments": true,
|
||||
"skipLibCheck": true,
|
||||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitReturns": true,
|
||||
|
||||
Reference in New Issue
Block a user