We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb91e6 commit cf28285Copy full SHA for cf28285
tsconfig.json
@@ -5,6 +5,7 @@
5
"declaration": true,
6
"esModuleInterop": true,
7
"incremental": true,
8
+ "inlineSources": true,
9
"jsx": "react",
10
"module": "esnext",
11
"moduleResolution": "node",
@@ -15,6 +16,8 @@
15
16
"preserveWatchOutput": true,
17
"resolveJsonModule": true,
18
"rootDir": "src",
19
+ "sourceMap": true,
20
+ "sourceRoot": "./@jupyterlab/git/src",
21
"strict": true,
22
"strictNullChecks": false,
23
"target": "es2017",
0 commit comments