diff --git a/webapp/tsconfig.json b/webapp/tsconfig.json index fec8c8e..64d86c9 100644 --- a/webapp/tsconfig.json +++ b/webapp/tsconfig.json @@ -5,6 +5,9 @@ { "path": "./tsconfig.node.json" } ], "compilerOptions": { + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"]