Reset repo

This commit is contained in:
2020-06-14 16:17:16 +05:30
parent 0ae1a283e6
commit ed8fc1791b
20 changed files with 2846 additions and 2272 deletions

14
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": "build",
"label": "tsc: build - tsconfig.json"
}
]
}