Skip to content

Commit

Permalink
Merge pull request #5 from LhonRafaat/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
LhonRafaat authored Jul 27, 2024
2 parents 5722f0f + 6a50b37 commit 10293bc
Show file tree
Hide file tree
Showing 5 changed files with 1,191 additions and 20 deletions.
17 changes: 17 additions & 0 deletions .swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"jsc": {
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
},
"baseUrl": "./"
},
"minify": false
}
4 changes: 3 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
"deleteOutDir": true,
"builder": "swc",
"typeCheck": true
}
}
Loading

0 comments on commit 10293bc

Please sign in to comment.