Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

This doesn't seem to do anything #1

Open
kmcaloon opened this issue Oct 13, 2022 · 0 comments
Open

This doesn't seem to do anything #1

kmcaloon opened this issue Oct 13, 2022 · 0 comments

Comments

@kmcaloon
Copy link

Not sure if this was every working at some point, but I'm still getting linting errors saying that my modules cannot be found. Here is my .tsconfig.json:

{
  "compilerOptions": {
    "baseUrl": ".",
    "target": "es5",
    "lib": [
      "dom",
      "dom.iterable",
      "esnext"
    ],
    "allowJs": true,
    "skipLibCheck": true,
    "strict": false,
    "forceConsistentCasingInFileNames": true,
    "noEmit": true,
    "incremental": true,
    "esModuleInterop": true,
    "module": "esnext",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "jsx": "preserve",
    "plugins": [
        {
            "name": "directory-named-typescript-plugin"
        },
    ]
  },
  "include": [
    "next-env.d.ts",
    "**/*.ts",
    "**/*.tsx"
  ],
  "exclude": [
    "node_modules"
  ]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant