{ "extends": "../../tsconfig.base", "compilerOptions": { "rootDir": "src", "outDir": "tsc" }, "include": [ "src/**/*" ], "references": [ { "path": "../common" }, { "path": "../daygrid" } ] }