Skip to content

Commit

Permalink
typo and tsconfig fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radovan-jorgic committed Sep 10, 2024
1 parent 509391d commit 688fff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Typescript ADaaS Library (@devrev/ts-adaas) provides:

#### v0.0.3

- Support for new recipe managemet
- Support for new recipe management

#### v0.0.2

Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"strictPropertyInitialization": false
"resolveJsonModule": true
},
"include": ["src", "tests"],
"exclude": ["node_modules", "dist"]
Expand Down

0 comments on commit 688fff8

Please sign in to comment.