add types and fix loading

This commit is contained in:
Fran Jurmanović
2025-02-12 00:48:43 +01:00
parent e9487ba38f
commit d29165261c
22 changed files with 410 additions and 146 deletions

View File

@@ -17,7 +17,9 @@ const config = {
'$lib/*': './src/lib/*',
'$routes/*': './src/routes/*',
'$stores/*': './src/stores/*',
'$api/*': './src/api/*'
'$api/*': './src/api/*',
'$models/*': './src/models/*',
'$styles/*': './src/styles/*'
}
}
};