diff --git a/tsconfig.json b/tsconfig.json index 2c41544..2e3213d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "target": "ES2020", "module": "commonjs", "declaration": true, + "sourceMap": true, "outDir": "./lib", "strict": true, "rootDir": "./src"