diff --git a/tsconfig.json b/tsconfig.json index 730b555..ff66898 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "forceConsistentCasingInFileNames": true, "lib": ["ES2020", "DOM"], "importHelpers": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "strict": true }, "include": ["src/**/*"] }