File tree 3 files changed +1
-26
lines changed
3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"outDir" : " dist/es/"
5
5
},
6
- "exclude" : [
7
- " node_modules" ,
8
- " dist" ,
9
- " ./test/**/*.ts"
10
- ],
11
6
"include" : [
12
7
" ./src/**/*.ts" ,
13
8
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../../../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist/es/" ,
5
- "paths" : {
6
- "@microsoft/kiota-abstractions" : [
7
- " ../../abstractions"
8
- ],
9
- }
4
+ "outDir" : " dist/es/"
10
5
},
11
- "exclude" : [
12
- " node_modules" ,
13
- " dist" ,
14
- " ./test/**/*.ts"
15
- ],
16
6
"include" : [
17
7
" ./src/**/*.ts" ,
18
8
]
Original file line number Diff line number Diff line change 2
2
"extends" : " ../../../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : " dist/es/" ,
5
- "paths" : {
6
- "@microsoft/kiota-abstractions" : [
7
- " ../../abstractions"
8
- ],
9
- },
10
5
"skipLibCheck" : true
11
6
},
12
- "exclude" : [
13
- " node_modules" ,
14
- " dist" ,
15
- " ./test/**/*.ts"
16
- ],
17
7
"include" : [
18
8
" ./src/**/*.ts" ,
19
9
]
You can’t perform that action at this time.
0 commit comments