mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
19 lines
236 B
JSON
19 lines
236 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/components/*": [
|
|
"components/*"
|
|
],
|
|
"~/utilities/*": [
|
|
"components/utilities/*"
|
|
],
|
|
"~/*": [
|
|
"const"
|
|
],
|
|
"~/pages/*": [
|
|
"pages/*"
|
|
],
|
|
}
|
|
}
|
|
} |