Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/Modarb-Ai-Trainer/modarb-backend
Browse files- .gitattributes +2 -0
- .vscode/settings.json +3 -7
- src/resources/exercises.csv +0 -0
- src/resources/meals.json +0 -0
- tsconfig.json +3 -20
.gitattributes
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
exercises.csv filter=lfs diff=lfs merge=lfs -text
|
2 |
+
meals.json filter=lfs diff=lfs merge=lfs -text
|
.vscode/settings.json
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"Routable",
|
5 |
-
"tlds"
|
6 |
-
]
|
7 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c0b48dacfac50e9a6b2846ef0f936609e17fc5f673d9651c5f3dc27fc672141
|
3 |
+
size 83
|
|
|
|
|
|
|
|
src/resources/exercises.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
src/resources/meals.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tsconfig.json
CHANGED
@@ -1,20 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"module": "commonjs",
|
5 |
-
"esModuleInterop": true,
|
6 |
-
"target": "es6",
|
7 |
-
"moduleResolution": "node",
|
8 |
-
"sourceMap": true,
|
9 |
-
"outDir": "dist",
|
10 |
-
"experimentalDecorators": true,
|
11 |
-
"baseUrl": "./src",
|
12 |
-
"paths": {
|
13 |
-
"@lib/*": ["lib/*"],
|
14 |
-
"@common/*": ["common/*"],
|
15 |
-
"@configs/*": ["configs/*"],
|
16 |
-
"@helpers/*": ["helpers/*"]
|
17 |
-
}
|
18 |
-
},
|
19 |
-
"lib": ["es2015"]
|
20 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1aa3fd89d57313ed62ac6a94eca451b6b2067bbef63bbd89738130a61d2d79f5
|
3 |
+
size 445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|