Skip to content

Commit 5b4db90

Browse files
committed
Remove redundant config
1 parent 4a45442 commit 5b4db90

File tree

3 files changed

+1
-26
lines changed

3 files changed

+1
-26
lines changed

packages/abstractions/tsconfig.json

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"compilerOptions": {
44
"outDir": "dist/es/"
55
},
6-
"exclude": [
7-
"node_modules",
8-
"dist",
9-
"./test/**/*.ts"
10-
],
116
"include": [
127
"./src/**/*.ts",
138
]

packages/authentication/azure/tsconfig.json

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
{
22
"extends": "../../../tsconfig.base.json",
33
"compilerOptions": {
4-
"outDir": "dist/es/",
5-
"paths": {
6-
"@microsoft/kiota-abstractions": [
7-
"../../abstractions"
8-
],
9-
}
4+
"outDir": "dist/es/"
105
},
11-
"exclude": [
12-
"node_modules",
13-
"dist",
14-
"./test/**/*.ts"
15-
],
166
"include": [
177
"./src/**/*.ts",
188
]

packages/authentication/spfx/tsconfig.json

-10
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,8 @@
22
"extends": "../../../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "dist/es/",
5-
"paths": {
6-
"@microsoft/kiota-abstractions": [
7-
"../../abstractions"
8-
],
9-
},
105
"skipLibCheck": true
116
},
12-
"exclude": [
13-
"node_modules",
14-
"dist",
15-
"./test/**/*.ts"
16-
],
177
"include": [
188
"./src/**/*.ts",
199
]

0 commit comments

Comments
 (0)