mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
Former-commit-id: 5c536f1aca381be2ba4235eeebcaa4ebd7356e72 [formerly 598d845ac5a4b62192e19c3b842d05719983ece7] [formerly ce0fe68fee19795bee64112424624e05d6953e78 [formerly 412306e21d2e0b207f2c9a61e840dd06eea160f8]] Former-commit-id: 5b8f8a5b98151781f8eaa2b1f2d8ca80f58c7205 [formerly f6860c1350213c9b4c3d230500b4b876dd24b080] Former-commit-id: e084187db139a5c802090e103dc71c7cfcdb3ce8
29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@components/*": [
|
|
"./src/components/general/*"
|
|
],
|
|
"@providers/*": [
|
|
"./src/providers/*"
|
|
],
|
|
"@hooks/*": [
|
|
"./src/core/hooks/*"
|
|
],
|
|
"@interfaces/*": [
|
|
"./src/core/interfaces/*"
|
|
],
|
|
"@utils/*": [
|
|
"./src/core/utils/*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
} |