Skip to content

Commit d455521

Browse files
Merge branch 'develop' into bugfix/push-remote-origin
2 parents 62464a9 + ef4360b commit d455521

21 files changed

+4464
-151
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ dist
33
.DS_Store
44
.env
55
coverage
6-
tests/sandbox
6+
tests/sandbox/
7+
tests/sandbox/repo/

jsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"paths": {
5+
"@/*": ["src/*"]
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)