feat: initialize project with package.json and tsconfig.json
Some checks failed
Build and Package DXT / build (push) Failing after 47s

- Added package.json for project dependencies and scripts
- Included TypeScript configuration in tsconfig.json
This commit is contained in:
Siwat Sirichai 2025-07-06 01:31:52 +07:00
commit a433ac337d
8 changed files with 696 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/node_modules
/dist
/tmp