Skip to content

Commit 128e97a

Browse files
committed
fix: Change tsconfig.json excludes.
1 parent 62eb3bb commit 128e97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@
100100
},
101101
"exclude": [
102102
"node_modules",
103-
"userscript"
103+
"userscripts"
104104
]
105105
}

0 commit comments

Comments
 (0)