Skip to content

Commit

Permalink
update compilation targets to alleviate some compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Nov 28, 2023
1 parent 8017003 commit db4ec46
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 @@ -3,6 +3,7 @@
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": ["DOM", "es2022"],
"noImplicitAny": false,
"strict": true,
"strictPropertyInitialization": false,
Expand Down

0 comments on commit db4ec46

Please sign in to comment.