Created the jsconfig.json

This commit is contained in:
2022-12-27 15:11:58 +01:00
parent ecaa9816d1
commit 15fd7fecd6

8
admin/jsconfig.json Normal file
View File

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