Skip to content

Commit

Permalink
medium: force null check in ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBreitung committed Feb 27, 2021
1 parent 029fe7f commit 222a73b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yourprojectname",
"version": "1.0.1",
"version": "1.0.2",
"description": "Your project description",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"target": "es5",
"allowJs": true,
"declaration": true,
"strictNullChecks": true,
"moduleResolution": "node",
"plugins": [{ "name": "typescript-plugin-css-modules" }]
},
Expand Down

0 comments on commit 222a73b

Please sign in to comment.