Browse Source

Remove typescript-transform-paths config (#13400)

This was already removed as a dependency and has been superseded by
tsconfig-paths-webpack-plugin. The config was never removed.
pull/13436/head
Thomas Rittson 10 months ago committed by GitHub
parent
commit
59ee2623d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      tsconfig.eslint.json
  2. 3
      tsconfig.json

7
tsconfig.eslint.json

@ -40,12 +40,7 @@ @@ -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",

3
tsconfig.json

@ -44,9 +44,6 @@ @@ -44,9 +44,6 @@
"@bitwarden/web-vault/*": ["./apps/web/src/*"]
},
"plugins": [
{
"transform": "typescript-transform-paths"
},
{
"name": "typescript-strict-plugin"
}

Loading…
Cancel
Save