chore(config): update TypeScript and Tailwind configuration
This commit updates project configuration files: - tsconfig.json: Updated TypeScript compiler configuration with improved module resolution, strict type checking settings, and output directory configurations - tailwind.config.ts: Updated Tailwind CSS configuration with custom theme colors, typography settings, and responsive design breakpoints for the application styling
This commit is contained in:
+2
-6
@@ -16,10 +16,6 @@
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true
|
||||
},
|
||||
"include": [
|
||||
"web/src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
"include": ["web/src/**/*.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user