11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"styles/*": ["styles/*"],
|
|
"components/*": ["components/*"],
|
|
"hooks/*": ["hooks/*"],
|
|
"pages/*": ["pages/*"]
|
|
}
|
|
}
|
|
}
|