Skip to content

Commit 340efd9

Browse files
fix(web-demo): remove invalid types from tsconfig.json
These do not work any longer with Typescript 5. Issue: BTC-1450
1 parent f09599f commit 340efd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/web-demo/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"skipLibCheck": true,
2929
"strict": true,
3030
"useUnknownInCatchVariables": false,
31-
"target": "es6",
32-
"types": ["cypress", "@testing-library/cypress"]
31+
"target": "es6"
3332
},
3433
"include": ["src/**/*"],
3534
"exclude": ["node_modules"],

0 commit comments

Comments
 (0)