From 581d83ef84d47237ff9e631a4db275772bd15717 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 16 Feb 2021 11:13:40 +0100 Subject: [PATCH] Update config file --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1841826..02d49e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,9 @@ "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "incremental": true + "incremental": true, + "sourceMap": true, + "alwaysStrict": true }, "include": ["./src/**/*.ts"] } \ No newline at end of file