{ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../dist", "rootDirs": ["./src", "../../shared"] }, "files": [ "./src/index.ts" ] }