Skip to content

Commit 968db94

Browse files
committed
chore: adjust tsconfig
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 70e5f85 commit 968db94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"compilerOptions": {
55
"types": ["cypress", "node"],
66
"lib": ["ES2022", "DOM", "DOM.Iterable"],
7+
"allowImportingTsExtensions": true,
78
"allowSyntheticDefaultImports": true,
89
"moduleResolution": "node",
910
// ES2015 is the latest version supported by cypress (besides CommonJS)

0 commit comments

Comments
 (0)