Refactor monorepo structure and replace hardcoded colors
Add TypeScript project references, update ESLint configs to support ESM modules, and introduce brand semantic color tokens across the web app. Add comprehensive documentation for architecture, API reference, development setup, and user guide.
This commit is contained in:
+22
-1
@@ -1 +1,22 @@
|
||||
apps/web/src/*
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [],
|
||||
"exclude": ["node_modules"],
|
||||
"references": [
|
||||
{ "path": "apps/web" },
|
||||
{ "path": "apps/mobile" },
|
||||
{ "path": "packages/core" },
|
||||
{ "path": "packages/api-client" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user