tsconfig.json 154 B

12345
  1. {
  2. "extends": "@cprussin/tsconfig/nextjs.json",
  3. "include": ["svg.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
  4. "exclude": ["node_modules"]
  5. }