aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs/shared/tsconfig.json
blob: ed464a96bfffe451987adb9723928a45a9f23da9 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "include": ["src/**/*"],
  "exclude": ["node_modules", "dist"]
}