Skip to content

Commit f3379eb

Browse files
committed
fix: fix duplicate type declarations
1 parent ea52b67 commit f3379eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "@softwareventures/tsconfig"
2+
"extends": "@softwareventures/tsconfig",
3+
"compilerOptions": {
4+
"stripInternal": true
5+
}
36
}

0 commit comments

Comments
 (0)