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