Skip to content

Commit

Permalink
Disable strict in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuso Valkeejärvi committed Jan 21, 2022
1 parent bc50cca commit a5798fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit a5798fe

Please sign in to comment.