- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"extends": "@ljharb/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"maxNodeModuleJsDepth": 0,
|
|
},
|
|
"exclude": [
|
|
"coverage",
|
|
],
|
|
}
|