Skip to content

Commit

Permalink
chore: undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 12, 2024
1 parent 6717439 commit 0fff9d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/validate/ValidateString.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ValidateStringRegexTestType extends Serializable {
class ValidateStringMaxHigherTestType extends ValidateStringMinMaxTestType {
@serialize()
@validate({ min: 10, max: 20 })
public declare value: string
public override value: string
}

export class ValidateStringTest {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"noImplicitReturns": true,
"strictNullChecks": true,
"noImplicitOverride": true,
"lib": ["es2017", "DOM"],
"lib": ["es2017", "dom"],
"typeRoots": ["./node_modules/@types"],
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 0fff9d3

Please sign in to comment.