Commit da4bc38
committed
feat: add TypeScript support and testing setup
- Introduced TypeScript configuration files (tsconfig.json, tsconfig.build.json)
- Added Vitest configuration for testing (vitest.config.ts)
- Created initial test file (index.test.ts) with a basic test case
- Updated package.json scripts for TypeScript build and testing
- Refactored ESLint configuration to support TypeScript
- Implemented main action logic in TypeScript (index.ts)1 parent 888da85 commit da4bc38
File tree
10 files changed
+8671
-11064
lines changed- src
- test
10 files changed
+8671
-11064
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
15 | 30 | | |
This file was deleted.
This file was deleted.
0 commit comments