Skip to content

Commit

Permalink
Merge pull request #890 from MarArMar/patch-1
Browse files Browse the repository at this point in the history
Fix typo in setup.mdx
  • Loading branch information
samchon authored Nov 29, 2023
2 parents f3695ff + b9050ea commit 71f2187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export default defineConfig({
});
```

By the way, if you're composing monorepo, and need to import some external TypeScript files from the other package of the monorepo, you've to configure the `vite.config.ts` a little bit different. When declaring `typescript` plugin, you've to specify `include` and `excluude` options like below.
By the way, if you're composing monorepo, and need to import some external TypeScript files from the other package of the monorepo, you've to configure the `vite.config.ts` a little bit different. When declaring `typescript` plugin, you've to specify `include` and `exclude` options like below.

```typescript filename="vite.config.ts" copy showLineNumbers
import { defineConfig } from 'vite'
Expand Down

0 comments on commit 71f2187

Please sign in to comment.