Skip to content

Commit 3387457

Browse files
committed
chore: remove cypress from ts ignoring
1 parent 6f0817a commit 3387457

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
@@ -25,6 +25,6 @@
2525
"types": ["react-spring", "jest"],
2626
"baseUrl": "src"
2727
},
28-
"exclude": ["node_modules", "cypress"],
28+
"exclude": ["node_modules"],
2929
"include": ["./src/**/*.ts", "./src/**/*.tsx", "src/components/Confetti/index.js"]
3030
}

0 commit comments

Comments
 (0)