Skip to content

Commit 8d27021

Browse files
Fix tsconfig: remove tests (#1240)
1 parent 5a9de1c commit 8d27021

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
@@ -18,6 +18,6 @@
1818
},
1919
"types": ["node", "vitest/globals"]
2020
},
21-
"include": ["src/**/*", "test/**/*"],
21+
"include": ["src/**/*"],
2222
"exclude": ["node_modules", "dist"]
2323
}

0 commit comments

Comments
 (0)