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 <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 8, 2024
1 parent 144c58c commit 8eb706b
Show file tree
Hide file tree
Showing 12 changed files with 839 additions and 401 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 8eb706b

Please sign in to comment.