Skip to content

Commit

Permalink
feat: Enable decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Jul 5, 2022
1 parent 0408b3e commit f5cd99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@codingame/tsconfig",
"compilerOptions": {
"declaration": false,
"experimentalDecorators": true,
"target": "es2020",
"module": "es2020",
"lib": [
Expand Down

0 comments on commit f5cd99d

Please sign in to comment.