Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 4d5ea5f

Browse files
committed
fix(deps): Downgrade typescript version
1 parent 48bd9a4 commit 4d5ea5f

3 files changed

Lines changed: 7282 additions & 26 deletions

File tree

.gitignore

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
*-debug.log
2-
*-error.log
3-
/.nyc_output
4-
/dist
5-
/lib
6-
/package-lock.json
7-
/tmp
8-
node_modules
9-
# IDEs and editors
10-
/.idea
11-
.project
12-
.classpath
13-
.c9/
14-
*.launch
15-
.settings/
16-
*.sublime-workspace
17-
18-
# IDE - VSCode
19-
.vscode/*
20-
!.vscode/settings.json
21-
!.vscode/tasks.json
22-
!.vscode/launch.json
23-
!.vscode/extensions.json
24-
/*.tgz
25-
/.travis.yml
1+
*-debug.log
2+
*-error.log
3+
/.nyc_output
4+
/dist
5+
/lib
6+
/tmp
7+
node_modules
8+
# IDEs and editors
9+
/.idea
10+
.project
11+
.classpath
12+
.c9/
13+
*.launch
14+
.settings/
15+
*.sublime-workspace
16+
17+
# IDE - VSCode
18+
.vscode/*
19+
!.vscode/settings.json
20+
!.vscode/tasks.json
21+
!.vscode/launch.json
22+
!.vscode/extensions.json
23+
/*.tgz
24+
/.travis.yml

0 commit comments

Comments
 (0)