Skip to content

Commit

Permalink
refactor: disable emitDecoratorMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
samarmeena committed Dec 3, 2023
1 parent 4afda5e commit 9eecb68
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 1-starter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion 2-starter-with-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion 3-blank/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion 5-music-player-lavalink/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion 6-koa-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down
2 changes: 1 addition & 1 deletion 7-hot-module-reload/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowSyntheticDefaultImports": true,

"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"emitDecoratorMetadata": false,

"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
Expand Down

0 comments on commit 9eecb68

Please sign in to comment.