diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index b1883334a3..84b9319b94 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.json", + "extends": "@spotify/web-scripts/config/tsconfig.json", "include": ["src"], "compilerOptions": { "baseUrl": "src", diff --git a/tsconfig.json b/tsconfig.json index 1c7a020024..25f61cc933 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,6 @@ "allowJs": true, "noEmit": false, "declarationMap": true, - "incremental": true, - "typeRoots": ["node_modules/@types"], - "types": ["node", "jest"] + "incremental": true } }