Skip to content

Commit

Permalink
fix: emit decorator metadata in ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Oct 12, 2023
1 parent 9040a1b commit 77e2c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/samples/sudt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"emitDecoratorMetadata": true
},
"ts-node": {
"files": true
Expand Down

0 comments on commit 77e2c73

Please sign in to comment.