chore: add styles to ts paths

This commit is contained in:
swve 2023-01-24 23:04:10 +01:00
parent db4f32aaf0
commit ab851fb918

View file

@ -24,6 +24,7 @@
"@components/*": ["components/*"],
"@public/*": ["public/*"],
"@images/*": ["public/img/*"],
"@styles/*": ["styles/*"],
"@services/*": ["services/*"],
"@editor/*": ["components/Editor/*"]
}