We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873d191 commit d665156Copy full SHA for d665156
README.md
@@ -15,7 +15,7 @@ EXAM Quickstart for developers
15
16
**Option A: Using Docker (recommended for development):**
17
18
- $ docker compose up -d postgres
+ $ docker compose up -d postgres
19
20
Or with the provided Makefile:
21
ui/tsconfig.json
@@ -5,7 +5,6 @@
5
"baseUrl": ".",
6
"outDir": "./dist/out-tsc",
7
"forceConsistentCasingInFileNames": true,
8
- "skipLibCheck": true,
9
"esModuleInterop": true,
10
"strict": true,
11
"noImplicitOverride": true,
0 commit comments