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 489b89e commit 837fd07Copy full SHA for 837fd07
tsconfig.json
@@ -1,8 +1,6 @@
1
{
2
"compilerOptions": {
3
"baseUrl": "./",
4
- "declaration": true,
5
- "declarationMap": true,
6
"rootDir": "src",
7
"outDir": "dist",
8
"target": "ES2021",
@@ -19,7 +17,9 @@
19
17
"noUnusedLocals": true,
20
18
"noUnusedParameters": true,
21
"noImplicitReturns": true,
22
- "sourceMap": true,
+ "sourceMap": false,
+ "declaration": true,
+ "declarationMap": true,
23
"types": ["node"]
24
},
25
"exclude": ["node_modules", "**/*.spec.ts"],
0 commit comments