Skip to content

Commit 47dd1f4

Browse files
a-tarasyukberickson1
authored andcommitted
Rename filesGlob to include (microsoft#672)
1 parent 3dce880 commit 47dd1f4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

extensions/imagesvg/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"outDir": "dist/"
1111
},
1212

13-
"filesGlob": [
14-
"src/**/*{ts,tsx}"
13+
"include": [
14+
"src/**/*"
1515
],
1616

1717
"exclude": [

extensions/navigation/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"types" : ["lodash", "node", "react", "react-dom"]
1616
},
1717

18-
"filesGlob": [
19-
"src/**/*{ts,tsx}"
18+
"include": [
19+
"src/**/*"
2020
],
2121

2222
"exclude": [

extensions/video/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"types" : ["lodash", "react", "react-dom"]
1616
},
1717

18-
"filesGlob": [
19-
"src/**/*{ts,tsx}"
18+
"include": [
19+
"src/**/*"
2020
],
2121

2222
"exclude": [

extensions/virtuallistview/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"types" : ["lodash", "react", "react-dom"]
1515
},
1616

17-
"filesGlob": [
18-
"src/**/*{ts,tsx}"
17+
"include": [
18+
"src/**/*"
1919
],
2020

2121
"exclude": [

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"types" : ["lodash", "react", "react-dom"]
2222
},
2323

24-
"filesGlob": [
25-
"src/**/*{ts,tsx}"
24+
"include": [
25+
"src/**/*"
2626
],
2727

2828
"exclude": [
2929
"dist",
30+
"extensions",
3031
"node_modules",
3132
"samples",
32-
"website",
33-
"extensions"
33+
"website"
3434
]
3535
}

0 commit comments

Comments
 (0)