summaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: 713650bb9ad150c022fa8925a8e6f3ef7741e290 (plain)
1
/public/prism
e.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "compilerOptions": {
    "target": "es5",
    "lib": ["dom", "dom.iterable", "esnext"],
    "allowJs": true,
    "skipLibCheck": true,
    "strict": true,
    "forceConsistentCasingInFileNames": true,
    "noEmit": true,
    "esModuleInterop": true,
    "module": "esnext",
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "jsx": "preserve",
    "incremental": true,
    "types": ["jest", "@testing-library/jest-dom/jest-globals"],
    "baseUrl": "."
  },
  "include": ["next-env.d.ts", "mdx.d.ts", "./src/**/*"],
  "exclude": ["node_modules"]
}