Skip to content

Commit

Permalink
Attempt to fix error "Unknown file extension .ts" in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonek, Jan committed Aug 15, 2022
1 parent 4bfba26 commit c62997f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress", "node"]
"types": ["cypress", "node"],
"baseUrl": ".."
},
"include": ["**/*.ts"]
}

0 comments on commit c62997f

Please sign in to comment.