Skip to content

Commit 217cb61

Browse files
committed
excluding node_modules from tsconfig
1 parent b4dd230 commit 217cb61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
},
1717
"include": [
1818
"src/**/*",
19-
]
19+
],
20+
"exclude": [
21+
"node_modules"
22+
],
2023
}

0 commit comments

Comments
 (0)