Skip to content

Commit

Permalink
feat(backend): swc (faster compile and dev)
Browse files Browse the repository at this point in the history
Signed-off-by: OMPRAKASH MISHRA <omprakashmishra3978@gmail.com>
  • Loading branch information
mishraomp committed Sep 15, 2024
1 parent 1b6ae7f commit 39c5eb3
Show file tree
Hide file tree
Showing 3 changed files with 1,144 additions and 25 deletions.
6 changes: 5 additions & 1 deletion backend/nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"typeCheck": true
}
}
Loading

0 comments on commit 39c5eb3

Please sign in to comment.