aboutsummaryrefslogtreecommitdiff
path: root/admin/tsconfig.build.json
blob: d033e0cad58c85123787eb9a9c1eaca86735aaa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "./tsconfig",
  "include": ["./src", "./custom.d.ts"],
  "exclude": ["**/*.test.ts", "**/*.test.tsx"],
  "compilerOptions": {
    "rootDir": "../",
    "baseUrl": ".",
    "outDir": "./dist"
  }
}