Skip to content

Commit

Permalink
Uzmug v3 + noImplicitAny (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Dec 27, 2021
1 parent 1bc31df commit 97ff7bc
Show file tree
Hide file tree
Showing 8 changed files with 453 additions and 569 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ export const DEFAULT = {
"allowJs": true,
"module": "commonjs",
"target": "es2018",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
"experimentalDecorators": true, // <-- required
"emitDecoratorMetadata": true // <-- required
},
"include": ["./src/**/*"]
}
Expand Down
Loading

0 comments on commit 97ff7bc

Please sign in to comment.