• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extends": "../tsconfig.json",
3    "compilerOptions": {
4      "outDir": "../build-mac",
5      "incremental": true,
6      "tsBuildInfoFile": "../build-mac/tests/tsconfig.tsbuildinfo",
7    },
8    "references": [
9      { "path": "../src" }
10    ]
11  }
12