diff --git a/package.json b/package.json index 5636b9f..1c2be35 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "web-vitals": "2.0.0" }, "peerDependencies": { + "tslib": "^2.4.0", "web-vitals": "^2.0.0" }, "publishConfig": { diff --git a/tsconfig.json b/tsconfig.json index 6463350..ae6f064 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "allowJs": true, "forceConsistentCasingInFileNames": true, + "importHelpers": true, "isolatedModules": true, "noEmit": true, "target": "ES2020"