Skip to content

Commit 3befdbd

Browse files
committed
enable tsconfig for tests
1 parent 2b62bbd commit 3befdbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"moduleResolution": "node",
55
"skipLibCheck": true
66
},
7-
"exclude": ["node_modules", "dist", "**/__test__/*", "**/__tests__/*"],
7+
"exclude": ["node_modules", "dist"],
88
"include": ["**/*.ts", "**/*.tsx", "**/*.js"]
99
}

0 commit comments

Comments
 (0)