Commit c336424
committed
Add TypeScript build step to
- Updated the `build` script to include `tsc` for TypeScript compilation before running `vite build`.
- Added a new `tsc` script for standalone TypeScript compilation.
- Ensures proper type-checking and generation of type definitions during the build process.build script in package.json1 parent 3e6a7a2 commit c336424
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments