diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json index f1141d0082..c93f174398 100644 --- a/scripts/tsconfig.json +++ b/scripts/tsconfig.json @@ -1,8 +1,12 @@ { - "include": ["./checkMissingTranslations.ts"], + "extends": "../tsconfig.json", + "include": [ + "./checkMissingTranslations.ts" + ], "compilerOptions": { "module": "commonjs", "outDir": "../bin", - "target": "es5" + "target": "es5", + "sourceMap": false } } diff --git a/tsconfig.json b/tsconfig.json index f37b7e2b46..1d9146dac9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,6 @@ "resolveJsonModule": true, "importHelpers": true, "jsx": "react", - // "baseUrl": "./src", "allowJs": true, "skipLibCheck": true, "noEmit": true,