diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-27 16:42:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-30 09:37:18 +0200 |
commit | e874edd9f876df7b4020137b3a9b7feb8078b38f (patch) | |
tree | 53b0b7c0013d88f7af966f6fd833585a634e7c3f /tsconfig.json | |
parent | 94b13cf4b3e245a3594193f1fa59f2333aedb19e (diff) | |
download | PeerTube-e874edd9f876df7b4020137b3a9b7feb8078b38f.tar.gz PeerTube-e874edd9f876df7b4020137b3a9b7feb8078b38f.tar.zst PeerTube-e874edd9f876df7b4020137b3a9b7feb8078b38f.zip |
forceConsistentCasingInFileNames to true
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 | ], |