Skip to content

Commit b127f9d

Browse files
committed
Exclude large dirs in tsconfig.json
1 parent 1fd9c4a commit b127f9d

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
@@ -5,5 +5,5 @@
55
"resolveJsonModule": true,
66
"moduleResolution": "node"
77
},
8-
"include": ["src"]
8+
"exclude": ["node_modules", "versioned_docs", "static"]
99
}

0 commit comments

Comments
 (0)