Skip to content

Commit 49947ae

Browse files
committed
add node_modules to exclude.
1 parent 8f81f9b commit 49947ae

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
@@ -22,5 +22,8 @@
2222
"es5",
2323
"es2015.promise"
2424
]
25-
}
25+
},
26+
"exclude": [
27+
"node_modules"
28+
]
2629
}

0 commit comments

Comments
 (0)