Skip to content

Commit e5c35bc

Browse files
committed
Types bugfix
1 parent 3e54291 commit e5c35bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
// "Go to Definition" in VSCode
1818
"declarationMap": true
1919
},
20-
"exclude": ["node_modules", "jest"]
20+
"exclude": ["node_modules", "jest", "types"]
2121
}

0 commit comments

Comments
 (0)