diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 674d479..ff1abea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2380,7 +2380,6 @@ packages: libsql@0.4.6: resolution: {integrity: sha512-F5M+ltteK6dCcpjMahrkgT96uFJvVI8aQ4r9f2AzHQjC7BkAYtvfMSTWGvRBezRgMUIU2h1Sy0pF9nOGOD5iyA==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lilconfig@2.1.0: diff --git a/src/components/PostHog.astro b/src/components/PostHog.astro index 92879cf..2c116c5 100644 --- a/src/components/PostHog.astro +++ b/src/components/PostHog.astro @@ -1,4 +1,8 @@ - diff --git a/tsconfig.json b/tsconfig.json index cbc678e..cccb746 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,5 +4,6 @@ // make indexing stricter "noUncheckedIndexedAccess": true, "allowJs": true - } + }, + "exclude": ["src/components/PostHog.astro"] }