Skip to content

Commit

Permalink
chore: compilers options to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Nov 7, 2024
1 parent c9f11de commit 077253c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"plugins": [
{
"name": "typescript-deno-plugin",
Expand Down

1 comment on commit 077253c

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 077253c Nov 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot read properties of undefined (reading '0')
    at file:///src/run.js:24378:23
    at file:///src/run.js:24323:7
    at file:///src/run.js:46:63
    at __decorateClass (file:///src/run.js:41:24)
    at file:///src/run.js:26384:1

Please sign in to comment.