Skip to content

Commit 521e871

Browse files
authored
Updating tsconfig.json added sourceMap back in
1 parent eb5f272 commit 521e871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.github_project_name}}/src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"strict": true,
1212
"skipLibCheck": true,
1313
"types": [],
14-
"esModuleInterop":true
14+
"esModuleInterop":true,
15+
"sourceMap": true
1516
}
1617
}

0 commit comments

Comments
 (0)