X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=3233acdadf34045b51da91d42bcd6b3cbf3036f4;hp=32e4a42e4655f0c944977a7dab0422abe8154034;hpb=9e8789497377cac5554a622da605f5b89587aa9c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.json b/tsconfig.json index 32e4a42e4..075a3d86e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,8 @@ "importHelpers": true, "removeComments": true, "strictBindCallApply": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, "outDir": "./dist", "lib": [ "dom", @@ -19,7 +21,6 @@ "es2019" ], "typeRoots": [ - "node_modules/sitemap/node_modules/@types", "node_modules/@types", "server/typings" ],