mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@components/*": ["./src/components/*"],
|
|
"@store/*": ["./src/store/*"],
|
|
"@services/*": ["./src/services/*"],
|
|
"@hooks/*": ["./src/hooks/*"],
|
|
"@types/*": ["./src/types/*"],
|
|
"@utils/*": ["./src/utils/*"],
|
|
"@db/*": ["./src/db/*"],
|
|
"@styles/*": ["./src/styles/*"]
|
|
}
|
|
}
|
|
}
|