diff --git a/tsconfig.spec.json b/tsconfig.spec.json index 52c45b1b5771..0659bda6b4b6 100644 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -4,6 +4,7 @@ "include": ["scripts", "**/*.spec.ts", "**/*.d.ts"], "compilerOptions": { "target": "es2016", - "types": ["jest", "node", "webpack-env"] + "types": ["jest", "node", "webpack-env"], + "sourceMap": true } }