Skip to content

Commit

Permalink
Merge pull request #2 from dinhtungdu/add/tsconfig
Browse files Browse the repository at this point in the history
Add tsconfig.json to make IntelliSense work out of the box
  • Loading branch information
cadic authored Mar 1, 2022
2 parents 6144b9b + c8192d5 commit 95699d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"allowJs": true,
"types": ["cypress"]
},
"include": ["**/*.*"]
}

0 comments on commit 95699d0

Please sign in to comment.