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 59c75a0 commit f7c954fCopy full SHA for f7c954f
tsconfig.base.json
@@ -4,7 +4,7 @@
4
"allowJs": false,
5
"composite": true,
6
"declaration": true,
7
- "declarationMap": true,
+ "declarationMap": false,
8
"erasableSyntaxOnly": true,
9
"esModuleInterop": true,
10
"exactOptionalPropertyTypes": true,
@@ -22,7 +22,7 @@
22
"resolveJsonModule": true,
23
"rewriteRelativeImportExtensions": false,
24
"skipLibCheck": true,
25
- "sourceMap": true,
+ "sourceMap": false,
26
"strict": true,
27
"strictNullChecks": true,
28
"target": "esnext",
0 commit comments