Skip to content

Commit 39a1e7d

Browse files
author
Pelle Wessman
committed
fix: remove comments from generated types
1 parent 04c9f03 commit 39a1e7d

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)