fix: package, tsconfig
This commit is contained in:
2473
package-lock.json
generated
2473
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
@@ -22,9 +22,8 @@
|
|||||||
"noFallthroughCasesInSwitch": true,
|
"noFallthroughCasesInSwitch": true,
|
||||||
|
|
||||||
/* Path Aliases */
|
/* Path Aliases */
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
"paths": {
|
||||||
"@/*": ["src/*"]
|
"@/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
|
|||||||
Reference in New Issue
Block a user