-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbarrelsby.json
29 lines (29 loc) · 1.06 KB
/
barrelsby.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"directory": [
"E:\\code\\nestjs-prisma-template\\src\\modules\\auth\\dto",
"E:\\code\\nestjs-prisma-template\\src\\modules\\auth\\entities",
"E:\\code\\nestjs-prisma-template\\src\\common\\class-validator",
"E:\\code\\nestjs-prisma-template\\src\\common\\decorators",
"E:\\code\\nestjs-prisma-template\\src\\common\\dto",
"E:\\code\\nestjs-prisma-template\\src\\common\\entities",
"E:\\code\\nestjs-prisma-template\\src\\common\\enums",
"E:\\code\\nestjs-prisma-template\\src\\common\\filters",
"E:\\code\\nestjs-prisma-template\\src\\common\\guards",
"E:\\code\\nestjs-prisma-template\\src\\common\\http-exception",
"E:\\code\\nestjs-prisma-template\\src\\common\\interceptors",
"E:\\code\\nestjs-prisma-template\\src\\common\\pipes",
"E:\\code\\nestjs-prisma-template\\src\\common\\result-class",
"E:\\code\\nestjs-prisma-template\\src\\common\\types"
],
"exclude": [
"node_modules",
"test",
".spec.ts"
],
"include": [
".ts"
],
"location": "top",
"structure": "flat",
"noHeader": true
}