Skip to content

Commit 87c08d1

Browse files
authored
Merge pull request #447 from telamonian/enable-typescript-sourcemap-for-ext-dev
enabled full typescript sourcemaps (with breakpoints and everything!)
2 parents adb91e6 + cf28285 commit 87c08d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"declaration": true,
66
"esModuleInterop": true,
77
"incremental": true,
8+
"inlineSources": true,
89
"jsx": "react",
910
"module": "esnext",
1011
"moduleResolution": "node",
@@ -15,6 +16,8 @@
1516
"preserveWatchOutput": true,
1617
"resolveJsonModule": true,
1718
"rootDir": "src",
19+
"sourceMap": true,
20+
"sourceRoot": "./@jupyterlab/git/src",
1821
"strict": true,
1922
"strictNullChecks": false,
2023
"target": "es2017",

0 commit comments

Comments
 (0)