diff --git a/tsconfig.json b/tsconfig.json index be7c906..5fc610d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "strict": true, + "sourceMap": true, "resolveJsonModule": true, "module": "commonjs", "esModuleInterop": true,