react-server675fbba4
react-serverfilesexamplesmantinetsconfig.json
examples/mantine/tsconfig.jsonjson470 Bc53e31ab
{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "jsx": "preserve",
    "strict": true,
    "target": "ESNext",
    "lib": ["ESNext", "DOM", "DOM.Iterable"],
    "types": ["react/experimental", "react-dom/experimental"],
    "module": "ESNext",
    "moduleResolution": "Bundler",
    "plugins": [{ "name": "typescript-plugin-css-modules" }]
  },
  "include": ["**/*.ts", "**/*.tsx", ".react-server/**/*.ts"],
  "exclude": ["**/*.js", "**/*.mjs"]
}