Skip to content

Commit

Permalink
Remove TS ignore from vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
sodic committed Feb 6, 2025
1 parent c15d703 commit 59265a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waspc/data/Generator/templates/react-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { defaultExclude } from "vitest/config"

{=# customViteConfig.isDefined =}
// Ignoring the TS error because we are importing a file outside of TS root dir.
// @ts-ignore
{=& customViteConfig.importStatement =}
const _waspUserProvidedConfig = {=& customViteConfig.importIdentifier =}
{=/ customViteConfig.isDefined =}
Expand Down

0 comments on commit 59265a7

Please sign in to comment.