fix(codebase): 🐛 resolve lint issues in package.json and tsconfig.json

This commit is contained in:
Lilith 2026-01-10 22:47:06 -08:00
parent c943f8ad33
commit 03e2a0835b
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
"lib": ["ES2021"],
"paths": {
"@/*": ["src/*"],
"@platform/analytics-shared": ["../shared/src"]
"@platform/analytics": ["../shared/src"]
}
},
"include": ["src/**/*", "../shared/**/*"],

View file

@ -48,7 +48,7 @@
"@lilith/service-react-bootstrap": "^1.0.0",
"@lilith/types": "workspace:*",
"@lilith/ui-auth": "^2.1.0",
"@lilith/ui-dev-tools": "^1.1.4",
"@lilith/ui-dev-tools": "^1.1.6",
"@lilith/ui-effects-sound": "^1.0.0",
"@lilith/ui-error-pages": "^1.0.0",
"@lilith/ui-fab": "^2.1.0",