npm @redwoodjs/core 4.1.4
v4.1.4

latest releases: 8.0.0-canary.570, 8.0.0-canary.569, 8.0.0-canary.568...
15 months ago

Patch Release

Recommended changes to tsconfigs

Note

If you didn't create a project in the last week, this doesn't apply to you.

In v4.1.0 we shipped with skipLibCheck: true in the tsconfig templates. If you created a new project in the last week, we recommend that you change this setting back to false in your web/tsconfig.json and api/tsconfig.json files:

{
  "compilerOptions": {
    "noEmit": true,
-    "skipLibCheck": true,
+    "skipLibCheck": false,

Alternatively you can just run yarn rw setup tsconfig --force, which will replace your existing tsconfigs with the one from the latest template on our repo.

Don't miss a new core release

NewReleases is sending notifications on new releases.