crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Docs: tell people who _aren't_ using TypeScript that they may want a specific jsconfig.json

Open benjie opened this issue 1 year ago • 1 comments

Essentially it needs the same as for TSconfig mentioned here: https://postgraphile.org/postgraphile/next/requirements#typescript-v500-optional

Otherwise you get red squigglies in VSCode under the import { ... } from "postgraphile/utils" or similar import paths.

{
  "compilerOptions": {
    "moduleResolution": "node16"
  }
}

benjie avatar Nov 03 '23 12:11 benjie

cc @jemgillam

benjie avatar Nov 30 '23 11:11 benjie