We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c2c85 commit 6af3ac0Copy full SHA for 6af3ac0
2 files changed
backend/tsconfig.json
@@ -10,7 +10,8 @@
10
"outDir": "dist/",
11
"strict": true,
12
"target": "ES2022",
13
- "skipLibCheck": true
+ "skipLibCheck": true,
14
+ "types": ["jest"]
15
},
16
"include": [
17
"src/**/*.ts",
quickstart.md
@@ -2,8 +2,6 @@
2
3
## Start
4
5
-For development
6
-
7
```sh
8
# prep
9
cp backend/.env.example backend/.env
0 commit comments