tsconfig: Remove unnecessary options.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-06-09 10:59:39 -07:00 committed by Anders Kaseorg
parent 48feabbb17
commit 2274716c44
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["web/src/types/*"],
"*": ["./web/src/types/*"],
},
"types": ["@types/jquery.validation"],
@ -18,7 +17,6 @@
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"sourceMap": true,
/* Strict type-checking */
"strict": true,