This commit is contained in:
2025-07-18 16:04:59 +07:00
parent 69f872f1c4
commit 3fa4622feb
67 changed files with 6361 additions and 48680 deletions

View File

@@ -4,7 +4,16 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"baseUrl": "src",
"paths": {
"@components/*": ["components/*"],
"@layouts/*": ["layouts/*"],
"@screens/*": ["screens/*"],
"@assets/*": ["assets/*"],
"@navigation/*": ["navigation/*"]
}
},
"include": ["src/**/*", "assets/**/*"]
}