From 5b72b479ba3acf391a61a2c04ca694e30d108565 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 11 Jun 2021 18:57:41 +0200 Subject: Backend is fully in typescript now --- packages/server/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/server/tsconfig.json') 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 -- cgit v1.2.3-18-g5258