Skip to content

Commit 3f1d16b

Browse files
committed
refactor(packages/tsconfig): disable declaration and source maps
1 parent 0434725 commit 3f1d16b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/tsconfig/tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
"module": "Preserve",
77
"noEmit": true,
88
"moduleResolution": "Bundler",
9-
"sourceMap": true,
109
"target": "ESNext",
11-
10+
"outDir": "dist",
1211

1312
"skipLibCheck": true,
1413
"esModuleInterop": true,
@@ -27,10 +26,9 @@
2726

2827
/* Library transpiling */
2928
"declaration": true,
30-
31-
/* Library in monorepo */
3229
"composite": true,
33-
"declarationMap": true
30+
"sourceMap": false,
31+
"declarationMap": false
3432
},
3533
"exclude": ["node_modules", "dist"]
3634
}

0 commit comments

Comments
 (0)