Skip to content

Commit 7e7fc93

Browse files
author
Pelle Wessman
committed
fix: remove comments from generated types
1 parent daec37e commit 7e7fc93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

declaration.tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"declaration": true,
99
"declarationMap": true,
1010
"noEmit": false,
11-
"emitDeclarationOnly": true
11+
"emitDeclarationOnly": true,
12+
"removeComments": true
1213
}
1314
}

0 commit comments

Comments
 (0)