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 65467b7 commit 0767546Copy full SHA for 0767546
tsconfig.base.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"composite": true,
4
"declaration": true,
5
- "declarationMap": true,
+ "declarationMap": false,
6
"lib": ["DOM", "ES2020"],
7
"module": "CommonJS",
8
"moduleResolution": "node",
@@ -11,7 +11,7 @@
11
"noImplicitAny": false,
12
"resolveJsonModule": true,
13
"skipLibCheck": true,
14
- "sourceMap": true,
+ "sourceMap": false,
15
"strict": true,
16
"strictNullChecks": true,
17
"target": "ES2018"
0 commit comments