Skip to content

Commit 52c7650

Browse files
committed
build: exclude docs folder
1 parent 6d54142 commit 52c7650

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
@@ -21,5 +21,5 @@
2121
"esModuleInterop": true
2222
},
2323
"include": ["src"],
24-
"exclude": ["node_modules", "dist"]
24+
"exclude": ["node_modules", "dist", "src/docs", "src/pages"]
2525
}

0 commit comments

Comments
 (0)