Applied consistent code formatting across the project using Prettier, now configured to use 4-space indentation instead of tabs.
8 lines
102 B
JSON
8 lines
102 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"$lib/*": ["./src/lib/*"]
|
|
}
|
|
}
|
|
}
|