Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordechai Dror authored Sep 11, 2023
1 parent fcb3ff7 commit 049a647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/db/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"rootDir": "./src",
"outDir": "./dist",
"emitDecoratorMetadata": true,
// TODO: upgrade ts and try to use es6 decorators insead (https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#decorators)
"experimentalDecorators": true
},
// to exclude ormconfig.ts. the exclude fields results in build errors,
Expand Down

0 comments on commit 049a647

Please sign in to comment.