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