Cleanup assets
This commit is contained in:
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@app/*": ["./app/assets/*"],
|
||||
"@main/*": ["./slices/main/assets/*"],
|
||||
"@admin/*": ["./slices/admin/assets/*"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user