diff --git a/src/env.d.ts b/src/env.d.ts index 5d707a9..4481cdc 100644 --- a/src/env.d.ts +++ b/src/env.d.ts @@ -1,10 +1,10 @@ /// -interface ImportMetaEnv { - readonly VITE_API_KEY: string - // more env variables... -} - -interface ImportMeta { - readonly env: ImportMetaEnv -} +// interface ImportMetaEnv { +// readonly VITE_API_KEY: string +// more env variables... +// } +// +// interface ImportMeta { +// readonly env: ImportMetaEnv +// } diff --git a/tsconfig.json b/tsconfig.json index 6689f2e..afa1ac1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "ES2018", "module": "ES2020", "isolatedModules": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": [ "dom", "es5"