summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
blob: e8fd8a42e8899c371076420bd0693f0bfd90d83d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "allowImportingTsExtensions": false,
    "noEmit": false,
    "noEmitOnError": true,
    "outDir": "web/static",
    "rootDir": "web/frontend",
    "sourceMap": false
  },
  "include": ["web/frontend/**/*.ts", "web/frontend/**/*.d.ts"],
  "exclude": ["web/frontend/**/*.test.ts"]
}