diff --git a/tsconfig.json b/tsconfig.json index 595fae7..24fb09e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "outDir": "scripts", "noImplicitAny": true, - "lib": ["ES2020", "DOM"] + "lib": ["ES2020", "DOM"], + "inlineSourceMap": true } } \ No newline at end of file