fix: package, tsconfig

This commit is contained in:
Sajad Mirjalili
2025-11-26 14:05:57 +03:30
parent 5147201d02
commit 3ef73a0360
3 changed files with 1244 additions and 1233 deletions

2473
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,6 @@
"@mui/x-data-grid-premium": "^8.10.0", "@mui/x-data-grid-premium": "^8.10.0",
"@mui/x-date-pickers": "^8.10.0", "@mui/x-date-pickers": "^8.10.0",
"@rkheftan/harmony-ui": "^0.2.89", "@rkheftan/harmony-ui": "^0.2.89",
"@rollup/rollup-darwin-arm64": "^4.46.3",
"axios": "^1.11.0", "axios": "^1.11.0",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"date-fns-jalali": "^4.0.0-0", "date-fns-jalali": "^4.0.0-0",

View File

@@ -22,9 +22,8 @@
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
/* Path Aliases */ /* Path Aliases */
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["./src/*"]
} }
}, },
"include": ["src"] "include": ["src"]