{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist/esm", "rootDir": "./src", }, "include": [ "./src", ], "references": [ { "path": "../tl" }, { "path": "../tl-runtime" }, { "path": "../test" }, ] }