diff --git a/tsconfig.json b/tsconfig.json index 544cde09a7..f28bd5e2cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "moduleResolution": "node", "module": "commonjs", "declaration": true, - "inlineSourceMap": true, + "sourceMap": true, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, "resolveJsonModule": true /* Include modules imported with .json extension. */,