Skip to content

Commit

Permalink
Update tsconfig.json (#182)
Browse files Browse the repository at this point in the history
* Update tsconfig.json

* Update tsconfig.json
  • Loading branch information
TheColorRed authored Jan 20, 2024
1 parent 6745ac0 commit 8154e8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion misc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"experimentalDecorators": true,
"jsx": "preserve",
"sourceMap": true,
"sourceRoot": "."
"sourceRoot": ".",
"paths": {
"decorators": ["./decorators"],
}
}
}

0 comments on commit 8154e8e

Please sign in to comment.