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