Skip to content

Commit

Permalink
feat(): update configuration for Deno compatibility and enhance TypeO…
Browse files Browse the repository at this point in the history
…RM integration
  • Loading branch information
NarHakobyan committed Oct 20, 2024
1 parent 6bf730c commit 1f3af85
Show file tree
Hide file tree
Showing 12 changed files with 7,508 additions and 4,126 deletions.
360 changes: 0 additions & 360 deletions .eslintrc.js

This file was deleted.

5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"imports": {
"@nestjs/common": "npm:@nestjs/common",
"typeorm": "npm:typeorm"
},
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"noImplicitAny": true,
"removeComments": true,
Expand Down
Loading

0 comments on commit 1f3af85

Please sign in to comment.