refactor: Convert project from JavaScript to TypeScript
- Converted all .js files to .ts - Added TypeScript configuration (tsconfig.json) - Added ESLint and Prettier configuration - Updated package.json dependencies - Modified Docker and application configurations
This commit is contained in:
21
.prettierignore
Normal file
21
.prettierignore
Normal file
@@ -0,0 +1,21 @@
|
||||
# Ignore artifacts:
|
||||
node_modules
|
||||
dist
|
||||
coverage
|
||||
data
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
|
||||
# Ignore configuration files managed by other tools:
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
|
||||
# Ignore logs:
|
||||
logs
|
||||
*.log
|
||||
|
||||
# Ignore environment files:
|
||||
.env*
|
||||
!.env.example
|
||||
Reference in New Issue
Block a user