Initial commit: Add project structure and configuration

This commit is contained in:
2026-01-30 07:05:02 +00:00
parent 1570b42c8b
commit 121fef2a74

13
.npmignore Normal file
View File

@@ -0,0 +1,13 @@
# Source
src/
# Configuration
.eslintrc
.prettierrc
.tsconfig.json
jest.config.cjs
# Development
*.log
npm-debug.log*
node_modules/