mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
ref(frontend): add jsconfig
This commit is contained in:
16
frontend/jsconfig.json
Normal file
16
frontend/jsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/components/*": [
|
||||
"components/*"
|
||||
],
|
||||
"~/utilities/*": [
|
||||
"components/utilities"
|
||||
],
|
||||
"~/pages/*": [
|
||||
"components/*"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
4040
frontend/yarn.lock
4040
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user