Skip to content

Commit d1ddc67

Browse files
committed
build: disable sourcemaps in tsconfig.build.json
1 parent a4af5c8 commit d1ddc67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"sourceMap": false
5+
},
36
"exclude": [
47
"lib/**/*.spec.ts"
58
]

0 commit comments

Comments
 (0)