diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 611b30a3bdb..7ffa34df58c 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -40,12 +40,7 @@ "@bitwarden/vault-export-core": [".libs/tools/export/vault-export/vault-export-core/src"], "@bitwarden/vault-export-ui": [".libs/tools/export/vault-export/vault-export-ui/src"], "@bitwarden/vault": ["./libs/vault/src"] - }, - "plugins": [ - { - "transform": "typescript-transform-paths" - } - ] + } }, "files": [ ".storybook/main.ts", diff --git a/tsconfig.json b/tsconfig.json index e6e4c47096b..cfc33f572e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -44,9 +44,6 @@ "@bitwarden/web-vault/*": ["./apps/web/src/*"] }, "plugins": [ - { - "transform": "typescript-transform-paths" - }, { "name": "typescript-strict-plugin" }