From 1ff4e8d3dd3b8e85d359fdb7fae28a31c1880433 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Sat, 20 Feb 2021 18:23:13 +0100 Subject: [PATCH] Add parameters --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 02d49e9..807562d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "compileOnSave": true, "compilerOptions": { "experimentalDecorators": true, "outDir": "./dist", @@ -10,7 +11,7 @@ "allowSyntheticDefaultImports": true, "incremental": true, "sourceMap": true, - "alwaysStrict": true + "alwaysStrict": true, }, "include": ["./src/**/*.ts"] } \ No newline at end of file