Skip to content

Commit facd3a7

Browse files
authored
Merge pull request #69 from cloudnc/refactor/add-strict-typescript
refactor: add strict typescript
2 parents 2502a34 + c0cc874 commit facd3a7

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"protractor": "~7.0.0",
7878
"semantic-release": "^17.2.3",
7979
"ts-node": "~8.3.0",
80+
"tsdef": "0.0.14",
8081
"typescript": "~4.4.4"
8182
},
8283
"repository": {

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"downlevelIteration": true,
99
"experimentalDecorators": true,
1010
"module": "es2020",
11+
"strict": true,
1112
"moduleResolution": "node",
1213
"importHelpers": true,
1314
"target": "es2015",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12006,6 +12006,11 @@ ts-node@~8.3.0:
1200612006
source-map-support "^0.5.6"
1200712007
yn "^3.0.0"
1200812008

12009+
12010+
version "0.0.14"
12011+
resolved "https://registry.yarnpkg.com/tsdef/-/tsdef-0.0.14.tgz#fb401d58d5c08699091942981ac1b5fa8ef23412"
12012+
integrity sha512-UjMD4XKRWWFlFBfwKVQmGFT5YzW/ZaF8x6KpCDf92u9wgKeha/go3FU0e5WqDjXsCOdfiavCkfwfVHNDxRDGMA==
12013+
1200912014
[email protected], tslib@^2.3.0, tslib@^2.3.1:
1201012015
version "2.3.1"
1201112016
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"

0 commit comments

Comments
 (0)