Skip to content

Commit 495366d

Browse files
committed
reorder tsconfig for consistency
1 parent b2e1256 commit 495366d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/react-router-dom-v5-compat/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": ["dist/**/*"],
32
"files": ["index.ts"],
3+
"exclude": ["dist/**/*"],
44
"compilerOptions": {
55
"lib": ["ES2020", "DOM", "DOM.Iterable"],
66
"target": "ES2020",

packages/react-router-dom/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": ["dist/**/*"],
32
"files": ["index.tsx", "dom.ts", "server.tsx"],
3+
"exclude": ["dist/**/*"],
44
"compilerOptions": {
55
"lib": ["ES2020", "DOM", "DOM.Iterable"],
66
"target": "ES2020",

packages/react-router-native/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": ["dist/**/*"],
32
"files": ["index.tsx"],
3+
"exclude": ["dist/**/*"],
44
"compilerOptions": {
55
"lib": ["ES2020", "DOM.Iterable"],
66
"target": "ES2020",

packages/react-router/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": ["dist/**/*"],
32
"files": ["index.ts"],
3+
"exclude": ["dist/**/*"],
44
"compilerOptions": {
55
"lib": ["ES2020", "DOM", "DOM.Iterable"],
66
"target": "ES2020",

packages/router/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"exclude": ["dist/**/*"],
32
"include": ["**/*.ts"],
3+
"exclude": ["dist/**/*"],
44
"compilerOptions": {
55
"lib": ["ES2020", "DOM", "DOM.Iterable"],
66
"target": "ES2020",

0 commit comments

Comments
 (0)