{ "extends": "../../tsconfig-base.json", "compilerOptions": { "rootDir": ".", "outDir": "../../gen/tools" }, "references": [ { "path": "../common" }, { "path": "../machine" } ], "include": [ "**/*.ts" ] }