{
  "extends": ["./tsconfig.base.json"],
  "compilerOptions": {
    "lib": ["ES2020"],
    "baseUrl": ".",
    "paths": {
      "#/*": ["server/*"],
      "@shared/*": ["shared/*"]
    }
  },
  "include": ["server", "*.config.*", "shared", "test", "scripts", "tools", "dist/.nitro/types"]
}