Skip to content

Commit

Permalink
enable swc builder, fix swc build error with src/.. imports
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jul 20, 2023
1 parent 4975701 commit ba67287
Show file tree
Hide file tree
Showing 20 changed files with 1,091 additions and 52 deletions.
2 changes: 2 additions & 0 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"builder": "swc",
"typeCheck": true,
"plugins": ["@nestjs/swagger/plugin", "@nestjs/graphql/plugin"]
}
}
Loading

0 comments on commit ba67287

Please sign in to comment.