We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e5f85 commit 968db94Copy full SHA for 968db94
cypress/tsconfig.json
@@ -4,6 +4,7 @@
4
"compilerOptions": {
5
"types": ["cypress", "node"],
6
"lib": ["ES2022", "DOM", "DOM.Iterable"],
7
+ "allowImportingTsExtensions": true,
8
"allowSyntheticDefaultImports": true,
9
"moduleResolution": "node",
10
// ES2015 is the latest version supported by cypress (besides CommonJS)
0 commit comments