diff --git a/.npmrc b/.npmrc index 7e1bb27172..c1d0f70fcf 100644 --- a/.npmrc +++ b/.npmrc @@ -5,5 +5,3 @@ prefer-workspace-packages=true #link-workspace-packages=false #link-workspace-packages=deep #strict-peer-dependencies=true -public-hoist-pattern[]=*eslint* -public-hoist-pattern[]=*babel* diff --git a/packages/assets-api/tsconfig.json b/packages/assets-api/tsconfig.json index fa4b365a69..1c67d95f42 100644 --- a/packages/assets-api/tsconfig.json +++ b/packages/assets-api/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./node_modules/@talend/scripts-core/node_modules/@talend/scripts-config-typescript/tsconfig.json", + "extends": "@talend/scripts-config-typescript/tsconfig.json", "include": ["src/**/*"], "compilerOptions": { "declaration": true