diff options
author | HampusM <hampus@hampusmat.com> | 2021-06-11 18:57:41 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-06-11 18:57:41 +0200 |
commit | 5b72b479ba3acf391a61a2c04ca694e30d108565 (patch) | |
tree | ccc1f681fb39e8b6d0e15a5d6125465c63fc484c /packages/server/tsconfig.json | |
parent | 7e9433762f51be2c4938481c9c33589982118033 (diff) |
Backend is fully in typescript now
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 |