aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/client/tsconfig.json
blob: 0dc0dfe4348170bf7deadf7a084de06c2b367425 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "lib": ["ES2022", "DOM", "DOM.Iterable"],
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "dist"]
}