path aliases

This commit is contained in:
Tom Heaton
2024-06-19 15:13:34 +01:00
parent e850676722
commit 393e4907dc
14 changed files with 47 additions and 33 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
}
}