Skip to content

Commit

Permalink
trying to get ts working
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon authored and danieldelcore committed Apr 15, 2020
1 parent 1ac5dd8 commit c86a8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"]
"include": ["./*/*.ts"]
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"forceConsistentCasingInFileNames": true,
"removeComments": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["gzip-js", "jest", "react", "react-dom"]
},
"include": ["src/**/*"]
}

0 comments on commit c86a8a4

Please sign in to comment.