since `tsconfig.json` is configured as `"rootDir": "./src"` it unaware of `tests/` adding it to includes like: `"include": ["src/**/*", "unpublished-development-types/**/*", "tests/**/*"],` erors with: `tests/` is not under rootDir