* chore(release): v5.1.0

* feat: implement resume thumbnails

* fix: remove unused mcp tools

* docs: fix formatting of docs
This commit is contained in:
Amruth Pillai
2026-05-07 15:12:33 +02:00
committed by GitHub
parent 51c366310e
commit 50ba37a27f
1015 changed files with 106087 additions and 141872 deletions
+1 -30
View File
@@ -1,32 +1,3 @@
{
"include": ["**/*.ts", "**/*.tsx"],
"compilerOptions": {
"target": "ES2022",
"jsx": "react-jsx",
"module": "ESNext",
"types": ["vite/client"],
"lib": ["ES2022", "DOM", "DOM.Iterable"],
/* Bundler mode */
"noEmit": true,
"moduleResolution": "bundler",
"esModuleInterop": true,
"verbatimModuleSyntax": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowImportingTsExtensions": true,
/* Linting */
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": false,
/* Paths */
"paths": {
"@/*": ["./src/*"]
}
}
"extends": "@reactive-resume/config/tsconfig.base.json"
}