contentful / create-contentful-app

Bootstrap a Contentful App

Home Page:https://contentful.com/developers/docs/extensibility/app-framework/create-contentful-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After upgrading vscode tsconfig throws Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.

AnomalyAces opened this issue · comments

I am sure it has to do with the config the contentful app is extending

{
  "extends": "@tsconfig/create-react-app/tsconfig.json",
  "compilerOptions": {
    "target": "es5",
    "lib": ["dom", "dom.iterable", "esnext"]
  },
  "include": ["src"]
}