{ "extends": "../../kmc/tsconfig.kmc-base.json", "compilerOptions": { "rootDir": ".", "rootDirs": ["./", "../src/"], "outDir": "../build/test", "baseUrl": ".", }, "include": [ "**/*.tests.ts", "helpers/*.ts", ], "references": [ { "path": "../" }, { "path": "../../common/web/test-helpers/" }, ] }