Skip to content

Commit 02280e7

Browse files
committed
chore: remove /types callout from readme
1 parent a432635 commit 02280e7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

www/src/content/docs/scope.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ Simple scope is a vite plugin compatible with any vite-based framework (Astro, N
3535
npm i vite-plugin-simple-scope
3636
```
3737

38-
Then, set up type inferencing for the `simple:scope` module with an `env.d.ts` file. You can create this file at the base of your project, or add to the provided `src/env.d.ts` file for frameworks like Astro:
39-
40-
```ts
41-
// env.d.ts
42-
/// <reference types="vite-plugin-simple-scope/types" />
43-
```
44-
45-
Finally, apply as a vite plugin in your framework of choice:
38+
Then, apply as a vite plugin in your framework of choice:
4639

4740
```js
4841
import simpleScope from 'vite-plugin-simple-scope';

0 commit comments

Comments
 (0)