Skip to content

Commit

Permalink
Add decorator config for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdean-digicatapult committed Oct 15, 2024
1 parent 12cf292 commit 817575b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tsconfig.check.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"noEmit": true
"noEmit": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": ["src", "example"]
"include": [
"src",
"example"
]
}

0 comments on commit 817575b

Please sign in to comment.