1{ 2 "extends": "../tsconfig.json", 3 "compilerOptions": { 4 "outDir": "../build", 5 "incremental": true, 6 "tsBuildInfoFile": "../build/tests/tsconfig.tsbuildinfo", 7 }, 8 "references": [ 9 { "path": "../src" } 10 ] 11} 12