Modified config files in order to support ~/

This commit is contained in:
Liviu Burcusel 2025-10-19 12:45:01 +02:00
parent 910302f27a
commit adbb7cadca
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
3 changed files with 11 additions and 3 deletions

View file

@ -10,5 +10,11 @@
{
"path": "./tsconfig.vitest.json"
}
]
],
"compilerOptions": {
"paths": {
"~/*": ["./src/*"],
"@/*": ["./src/*"],
},
},
}