mirror of
https://github.com/samiyev/puaros.git
synced 2025-12-27 23:06:54 +05:00
Add @puaros/core package with TypeScript configuration, Vitest test setup, and package structure
14 lines
121 B
Plaintext
14 lines
121 B
Plaintext
# Build output
|
|
dist/
|
|
*.tsbuildinfo
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|