Commit 8cdab4e
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 da4bc38 commit 8cdab4e
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments