X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.json;h=075a3d86eccb416e9946e92a51b4005ecb70cb0d;hb=8e7442d0d818ef25240b46dd1115187c7c042a3a;hp=32e4a42e4655f0c944977a7dab0422abe8154034;hpb=0c1a77e9ccf915184c431145a8b326d4ce271b46;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" ],