Skip to content

Commit a78db99

Browse files
committed
fix: remove test folder build to fix module entry
1 parent 3f1c942 commit a78db99

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Query first page without any cursor
1717

1818
```typescript
1919
import { getConnection } from "typeorm";
20+
import { buildPaginator } from 'typeorm-cursor-pagination';
2021

2122
const queryBuilder = getConnection()
2223
.getRepository(User)

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
},
1313
"include": [
1414
"./src/**/*",
15-
"./test/**/*"
1615
]
1716
}

0 commit comments

Comments
 (0)