diff --git a/job-tracker-ui/.npmrc b/job-tracker-ui/.npmrc new file mode 100644 index 0000000..ade920c --- /dev/null +++ b/job-tracker-ui/.npmrc @@ -0,0 +1,4 @@ +# react-scripts (kept only as the Jest test runner, see package.json) still declares a +# typescript ^3.2.1||^4 peer constraint that's stale for our actual (Next.js-driven) TS 5.x -- +# it doesn't type-check via that peer path, so the conflict is safe to relax. +legacy-peer-deps=true