Skip to content

Commit

Permalink
chore: welcome typescript and refactor folders store
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Aug 8, 2024
1 parent 3cac8d5 commit 95144aa
Show file tree
Hide file tree
Showing 12 changed files with 838 additions and 402 deletions.
9 changes: 8 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"extends": "../tsconfig.json",
"include": ["./**/*.ts"],
}
"compilerOptions": {
"types": [
"cypress",
"node",
"dockerode"
],
}
}
Loading

0 comments on commit 95144aa

Please sign in to comment.