diff options
Diffstat (limited to 'packages/server/tsconfig.json')
-rw-r--r-- | packages/server/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/server/tsconfig.json b/packages/server/tsconfig.json index 5dfdda7..8e44465 100644 --- a/packages/server/tsconfig.json +++ b/packages/server/tsconfig.json @@ -3,7 +3,7 @@ "target": "es5", "module": "commonjs", "outDir": "dist", - "strict": false, + "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true |