tsconfig.base.json 293 B

1234567891011
  1. {
  2. "$schema": "http://json.schemastore.org/tsconfig",
  3. "extends": "../../tsconfig.base.json",
  4. "compilerOptions": {
  5. "resolveJsonModule": true,
  6. "jsx": "preserve",
  7. "incremental": true
  8. },
  9. "include": ["next-env.d.ts", "config/**/*", "src/**/*"],
  10. "exclude": ["node_modules"]
  11. }