mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
chore(website): remove unused api typescript alias
related to https://github.com/podman-desktop/podman-desktop/issues/15496 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
57fe1536ec
commit
00bd2416e8
2 changed files with 1 additions and 12 deletions
|
|
@ -3,9 +3,6 @@
|
|||
"extends": "@docusaurus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/@api/*": ["../packages/api/src/*"]
|
||||
}
|
||||
"baseUrl": "."
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,16 +15,8 @@
|
|||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
***********************************************************************/
|
||||
import { join } from 'path';
|
||||
|
||||
const PACKAGE_ROOT = __dirname;
|
||||
|
||||
const config = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'/@api/': join(PACKAGE_ROOT, '../packages/api/src') + '/',
|
||||
},
|
||||
},
|
||||
test: {
|
||||
environment: 'node',
|
||||
include: ['**/*.{test,spec}.?(c|m)[jt]s?(x)'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue