Skip to content

Commit 5348e90

Browse files
committed
fix: fix build error
1 parent a740f7e commit 5348e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
},
5757
"exclude": [
5858
"node_modules",
59-
"**/*.test.ts"
59+
"**/*.test.ts",
60+
"scripts"
6061
]
6162
}

0 commit comments

Comments
 (0)