diff --git a/tsconfig.json b/tsconfig.json index 55ebbee..1db5a90 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "strict": true, + "sourceMap": true, "target": "ES2022", "rootDir": ".", "outDir": "build",