diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index ada13dc98..075a3d86e 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -10,6 +10,7 @@ | |||
10 | "removeComments": true, | 10 | "removeComments": true, |
11 | "strictBindCallApply": true, | 11 | "strictBindCallApply": true, |
12 | "esModuleInterop": true, | 12 | "esModuleInterop": true, |
13 | "forceConsistentCasingInFileNames": true, | ||
13 | "outDir": "./dist", | 14 | "outDir": "./dist", |
14 | "lib": [ | 15 | "lib": [ |
15 | "dom", | 16 | "dom", |
@@ -20,7 +21,6 @@ | |||
20 | "es2019" | 21 | "es2019" |
21 | ], | 22 | ], |
22 | "typeRoots": [ | 23 | "typeRoots": [ |
23 | "node_modules/sitemap/node_modules/@types", | ||
24 | "node_modules/@types", | 24 | "node_modules/@types", |
25 | "server/typings" | 25 | "server/typings" |
26 | ], | 26 | ], |