Add package.json with build/start/dev/test scripts, tsconfig.json with strict mode and CommonJS target, .gitignore, and CLAUDE.md documenting the new project structure and commands. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
102 B
Plaintext
12 lines
102 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.env.local
|
|
*.log
|
|
npm-debug.log*
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.js.map
|
|
coverage/
|