You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install necessary dependencies (tsdown and @types/node)
58
+
3. Build your TypeScript project
59
+
4. Upload the build artifacts
60
+
61
+
The generated configuration includes:
62
+
- ESM output format
63
+
- TypeScript declaration file generation
64
+
- Source maps
65
+
- Minification
66
+
- Node.js platform targeting
67
+
- Tree shaking optimization
68
+
69
+
If you need to customize the configuration, you can create your own `tsdown.config.ts` file in your project root, and the workflow will use that instead of generating one.
70
+
28
71
## Acknowledgements
29
72
30
73
This repository borrows heavily from [`withastro/automation`](https://github.com/withastro/automation), published under the MIT License—Copyright (c) 2023 Astro.
0 commit comments