aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 46e0e6cfaeaf7040d0c0a4ac6e2ec29da8413f18 (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "./tsconfig.settings.json",
  "compilerOptions": {
    "outDir": ".tstmp",
    "rootDir": "./"
  },
}