perf/portfolio-enricher-optimization #9

Merged
ksv741 merged 2 commits from perf/portfolio-enricher-optimization into main 2026-06-14 13:43:06 +03:00
Showing only changes of commit 38729249f3 - Show all commits

View File

@ -12,6 +12,7 @@
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
"types": ["vitest/globals"],
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
@ -20,5 +21,6 @@
}
},
"include": ["src"],
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx", "src/test/**"],
"references": [{ "path": "./tsconfig.node.json" }]
}