react-server675fbba4
react-servertreemainexamplestyped-file-routertsconfig.json
examples/typed-file-router/tsconfig.jsonjson322 Bbeeadf27
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "strict": true,
    "target": "ESNext",
    "lib": ["ESNext", "DOM", "DOM.Iterable"],
    "module": "ESNext",
    "moduleResolution": "Bundler"
  },
  "include": ["**/*.ts", "**/*.tsx", ".react-server/**/*.d.ts"],
  "exclude": ["**/*.js", "**/*.mjs", "node_modules"]
}