Skip to content

Commit

Permalink
refactor: add strict typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Feb 2, 2024
1 parent 2502a34 commit c0cc874
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"protractor": "~7.0.0",
"semantic-release": "^17.2.3",
"ts-node": "~8.3.0",
"tsdef": "0.0.14",
"typescript": "~4.4.4"
},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "es2020",
"strict": true,
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12006,6 +12006,11 @@ ts-node@~8.3.0:
source-map-support "^0.5.6"
yn "^3.0.0"

[email protected]:
version "0.0.14"
resolved "https://registry.yarnpkg.com/tsdef/-/tsdef-0.0.14.tgz#fb401d58d5c08699091942981ac1b5fa8ef23412"
integrity sha512-UjMD4XKRWWFlFBfwKVQmGFT5YzW/ZaF8x6KpCDf92u9wgKeha/go3FU0e5WqDjXsCOdfiavCkfwfVHNDxRDGMA==

[email protected], tslib@^2.3.0, tslib@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
Expand Down

0 comments on commit c0cc874

Please sign in to comment.