1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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.
This commit is contained in:
Thomas Rittson
2025-02-17 08:17:29 +10:00
committed by GitHub
parent b70874c2cd
commit 59ee2623d0
2 changed files with 1 additions and 9 deletions

View File

@@ -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",

View File

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