diff --git a/packages/generators/src/app/templates/tsconfig.json.tpl.ts b/packages/generators/src/app/templates/tsconfig.json.tpl.ts index adc3432ae8..95316d2ef6 100644 --- a/packages/generators/src/app/templates/tsconfig.json.tpl.ts +++ b/packages/generators/src/app/templates/tsconfig.json.tpl.ts @@ -17,7 +17,8 @@ export const generate = (ctx: AppGeneratorContext) => rootDir: `./${lib}`, declaration: true, strict: true, - esModuleInterop: true + esModuleInterop: true, + sourceMap: true }, include: [lib], exclude: ['test']