Commit 581e53b
authored
fix: update client types path in core package.json (#326)
```bash
> tsc && vite build
error TS2688: Cannot find type definition file for 'vite/client'.
The file is in the program because:
Entry point of type library 'vite/client' specified in compilerOptions
tsconfig.json:7:15
7 "types": ["vite/client"],
~~~~~~~~~~~~~
File is entry point of type library specified here.
Found 1 error.
```1 parent 39119e3 commit 581e53b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments