Skip to content

Commit f676543

Browse files
committed
Fix build
1 parent 7bd40eb commit f676543

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# .eslintignore
2+
bin/

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"pages/_app.jsx"
2828
],
2929
"exclude": [
30+
"bin",
3031
"node_modules"
3132
]
3233
}

0 commit comments

Comments
 (0)