We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3afc05 commit f47fa77Copy full SHA for f47fa77
packages/effect/tsconfig.test.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": "./tsconfig.json",
3
+
4
+ "include": ["test/**/*", "vitest.config.ts"],
5
6
+ "compilerOptions": {
7
+ "types": ["node"]
8
+ }
9
+}
0 commit comments