Skip to content

Commit 0b43c00

Browse files
authored
refactor: Reindent tsconfigs (#3285)
Reindents all tsconfig JSON files to the consistent tab size of 2 characters.
1 parent bde94c9 commit 0b43c00

27 files changed

+388
-388
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"extends": "../../tsconfig.jest.json",
3-
"include": [
4-
"src/**/*",
5-
"generated/**/*",
6-
"test/**/*"
7-
],
8-
"references": [
9-
{ "path": "../utils/tsconfig.node.json" }
10-
]
2+
"extends": "../../tsconfig.jest.json",
3+
"include": [
4+
"src/**/*",
5+
"generated/**/*",
6+
"test/**/*"
7+
],
8+
"references": [
9+
{ "path": "../utils/tsconfig.node.json" }
10+
]
1111
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"extends": "../../tsconfig.node.json",
3-
"compilerOptions": {
4-
"outDir": "dist",
5-
"noImplicitOverride": false
6-
},
7-
"include": [
8-
"src/**/*",
9-
"generated/**/*"
10-
],
11-
"references": [
12-
{ "path": "../utils/tsconfig.node.json" }
13-
]
2+
"extends": "../../tsconfig.node.json",
3+
"compilerOptions": {
4+
"outDir": "dist",
5+
"noImplicitOverride": false
6+
},
7+
"include": [
8+
"src/**/*",
9+
"generated/**/*"
10+
],
11+
"references": [
12+
{ "path": "../utils/tsconfig.node.json" }
13+
]
1414
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"extends": "../../tsconfig.jest.json",
3-
"include": [
4-
"src/**/*",
5-
"bin/**/*",
6-
"test/**/*"
7-
],
8-
"references": [
9-
{ "path": "../utils/tsconfig.node.json" },
10-
{ "path": "../test-utils/tsconfig.node.json" },
11-
{ "path": "../proto-rpc/tsconfig.node.json" },
12-
{ "path": "../autocertifier-client/tsconfig.node.json"}
13-
]
2+
"extends": "../../tsconfig.jest.json",
3+
"include": [
4+
"src/**/*",
5+
"bin/**/*",
6+
"test/**/*"
7+
],
8+
"references": [
9+
{ "path": "../utils/tsconfig.node.json" },
10+
{ "path": "../test-utils/tsconfig.node.json" },
11+
{ "path": "../proto-rpc/tsconfig.node.json" },
12+
{ "path": "../autocertifier-client/tsconfig.node.json"}
13+
]
1414
}
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "../../tsconfig.node.json",
3-
"compilerOptions": {
4-
"outDir": "dist",
5-
"noImplicitOverride": false
6-
},
7-
"include": [
8-
"src/**/*",
9-
"bin/**/*",
10-
],
11-
"references": [
12-
{ "path": "../utils/tsconfig.node.json" },
13-
{ "path": "../test-utils/tsconfig.node.json" },
14-
{ "path": "../proto-rpc/tsconfig.node.json" },
15-
{ "path": "../dht/tsconfig.node.json"}
16-
]
2+
"extends": "../../tsconfig.node.json",
3+
"compilerOptions": {
4+
"outDir": "dist",
5+
"noImplicitOverride": false
6+
},
7+
"include": [
8+
"src/**/*",
9+
"bin/**/*",
10+
],
11+
"references": [
12+
{ "path": "../utils/tsconfig.node.json" },
13+
{ "path": "../test-utils/tsconfig.node.json" },
14+
{ "path": "../proto-rpc/tsconfig.node.json" },
15+
{ "path": "../dht/tsconfig.node.json"}
16+
]
1717
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"extends": "../../tsconfig.node.json",
3-
"compilerOptions": {
4-
"outDir": "dist"
5-
},
6-
"include": [
7-
"src/**/*"
8-
]
2+
"extends": "../../tsconfig.node.json",
3+
"compilerOptions": {
4+
"outDir": "dist"
5+
},
6+
"include": [
7+
"src/**/*"
8+
]
99
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"extends": "../../tsconfig.jest.json",
3-
"include": [
4-
"src/**/*",
5-
"data-generation/**/*",
6-
"test/**/*"
7-
],
8-
"references": [
9-
{ "path": "../utils/tsconfig.node.json" },
10-
{ "path": "../test-utils/tsconfig.node.json" },
11-
{ "path": "../proto-rpc/tsconfig.node.json" },
12-
{ "path": "../autocertifier-client/tsconfig.node.json"}
13-
]
2+
"extends": "../../tsconfig.jest.json",
3+
"include": [
4+
"src/**/*",
5+
"data-generation/**/*",
6+
"test/**/*"
7+
],
8+
"references": [
9+
{ "path": "../utils/tsconfig.node.json" },
10+
{ "path": "../test-utils/tsconfig.node.json" },
11+
{ "path": "../proto-rpc/tsconfig.node.json" },
12+
{ "path": "../autocertifier-client/tsconfig.node.json"}
13+
]
1414
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"extends": "../../tsconfig.node.json",
3-
"compilerOptions": {
4-
"outDir": "dist",
5-
"noImplicitOverride": false
6-
},
7-
"include": [
8-
"src/**/*"
9-
],
10-
"references": [
11-
{ "path": "../utils/tsconfig.node.json" },
12-
{ "path": "../test-utils/tsconfig.node.json" }
13-
]
2+
"extends": "../../tsconfig.node.json",
3+
"compilerOptions": {
4+
"outDir": "dist",
5+
"noImplicitOverride": false
6+
},
7+
"include": [
8+
"src/**/*"
9+
],
10+
"references": [
11+
{ "path": "../utils/tsconfig.node.json" },
12+
{ "path": "../test-utils/tsconfig.node.json" }
13+
]
1414
}

packages/cli-tools/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./tsconfig.jest.json"
2+
"extends": "./tsconfig.jest.json"
33
}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"extends": "../../tsconfig.node.json",
3-
"compilerOptions": {
4-
"composite": true,
5-
"outDir": "dist"
6-
},
7-
"include": [
8-
"package.json",
9-
"src/**/*",
10-
"bin/**/*"
11-
],
12-
"references": [
13-
{ "path": "../utils/tsconfig.node.json" },
14-
{ "path": "../sdk/tsconfig.node.json" }
15-
]
2+
"extends": "../../tsconfig.node.json",
3+
"compilerOptions": {
4+
"composite": true,
5+
"outDir": "dist"
6+
},
7+
"include": [
8+
"package.json",
9+
"src/**/*",
10+
"bin/**/*"
11+
],
12+
"references": [
13+
{ "path": "../utils/tsconfig.node.json" },
14+
{ "path": "../sdk/tsconfig.node.json" }
15+
]
1616
}

packages/dht/tsconfig.jest.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"extends": "../../tsconfig.jest.json",
3-
"compilerOptions": {
4-
"noEmit": true,
5-
"noImplicitOverride": false
6-
},
7-
"include": [
8-
"src/**/*",
9-
"generated/**/*",
10-
"test/**/*",
11-
"package.json",
12-
"scripts"
13-
],
14-
"references": [
15-
{ "path": "../utils/tsconfig.node.json" },
16-
{ "path": "../test-utils/tsconfig.node.json" },
17-
{ "path": "../proto-rpc/tsconfig.node.json" },
18-
{ "path": "../autocertifier-client/tsconfig.node.json" },
19-
{ "path": "../cdn-location/tsconfig.node.json" },
20-
{ "path": "../geoip-location/tsconfig.node.json" }
21-
]
2+
"extends": "../../tsconfig.jest.json",
3+
"compilerOptions": {
4+
"noEmit": true,
5+
"noImplicitOverride": false
6+
},
7+
"include": [
8+
"src/**/*",
9+
"generated/**/*",
10+
"test/**/*",
11+
"package.json",
12+
"scripts"
13+
],
14+
"references": [
15+
{ "path": "../utils/tsconfig.node.json" },
16+
{ "path": "../test-utils/tsconfig.node.json" },
17+
{ "path": "../proto-rpc/tsconfig.node.json" },
18+
{ "path": "../autocertifier-client/tsconfig.node.json" },
19+
{ "path": "../cdn-location/tsconfig.node.json" },
20+
{ "path": "../geoip-location/tsconfig.node.json" }
21+
]
2222
}

0 commit comments

Comments
 (0)