aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/tsconfig.json
blob: b7d88aad3b7234e90b2648155c2d0a74d21f05ba (plain)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "./tsconfig.base",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "*": ["./src/main/js/@types/*"]
    }
  },
  "include": ["./src/main/js/**/*"],
}