/ packages / worker / tsconfig.json
tsconfig.json
1  {
2    "extends": "./tsconfig.build.json",
3    "ts-node": {
4      "require": ["tsconfig-paths/register"]
5    },
6    "include": ["src/**/*", "__mocks__/**/*"],
7    "exclude": ["node_modules", "dist"]
8  }