Skip to content

Commit

Permalink
no implicit any on server
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Abaker committed May 12, 2023
1 parent 0e1ed0b commit 70e0f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"lib": ["es2021", "DOM"],
"module": "commonjs",
"moduleResolution": "Node",
"strict": true,
"strict": false,
"noImplicitOverride": true,
"noImplicitAny": false ,
// Needed for CommonJS modules: markdown-it, fs-extra
"allowSyntheticDefaultImports": true,
//
Expand Down

0 comments on commit 70e0f0d

Please sign in to comment.