Skip to content

Commit 07d8578

Browse files
authored
Manual format of tsconfig.build.json (#4447)
1 parent f0d6fc0 commit 07d8578

File tree

14 files changed

+73
-219
lines changed

14 files changed

+73
-219
lines changed

packages/api-augment/tsconfig.build.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,10 @@
1010
"**/polkadot/*.ts"
1111
],
1212
"references": [
13-
{
14-
"path": "../api-base/tsconfig.build.json"
15-
},
16-
{
17-
"path": "../rpc-augment/tsconfig.build.json"
18-
},
19-
{
20-
"path": "../types/tsconfig.build.json"
21-
},
22-
{
23-
"path": "../types-codec/tsconfig.build.json"
24-
},
25-
{
26-
"path": "../types-augment/tsconfig.build.json"
27-
}
13+
{ "path": "../api-base/tsconfig.build.json" },
14+
{ "path": "../rpc-augment/tsconfig.build.json" },
15+
{ "path": "../types/tsconfig.build.json" },
16+
{ "path": "../types-codec/tsconfig.build.json" },
17+
{ "path": "../types-augment/tsconfig.build.json" }
2818
]
2919
}

packages/api-base/tsconfig.build.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"rootDir": "./src"
77
},
88
"references": [
9-
{
10-
"path": "../rpc-core/tsconfig.build.json"
11-
},
12-
{
13-
"path": "../types/tsconfig.build.json"
14-
}
9+
{ "path": "../rpc-core/tsconfig.build.json" },
10+
{ "path": "../types/tsconfig.build.json" }
1511
]
1612
}

packages/api-contract/tsconfig.build.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,9 @@
1414
"mock.ts"
1515
],
1616
"references": [
17-
{
18-
"path": "../api/tsconfig.build.json"
19-
},
20-
{
21-
"path": "../types/tsconfig.build.json"
22-
},
23-
{
24-
"path": "../types-codec/tsconfig.build.json"
25-
},
26-
{
27-
"path": "../types-create/tsconfig.build.json"
28-
}
17+
{ "path": "../api/tsconfig.build.json" },
18+
{ "path": "../types/tsconfig.build.json" },
19+
{ "path": "../types-codec/tsconfig.build.json" },
20+
{ "path": "../types-create/tsconfig.build.json" }
2921
]
3022
}

packages/api-derive/tsconfig.build.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,10 @@
1111
"**/*.spec.ts"
1212
],
1313
"references": [
14-
{
15-
"path": "../api-base/tsconfig.build.json"
16-
},
17-
{
18-
"path": "../api-augment/tsconfig.build.json"
19-
},
20-
{
21-
"path": "../rpc-core/tsconfig.build.json"
22-
},
23-
{
24-
"path": "../types/tsconfig.build.json"
25-
},
26-
{
27-
"path": "../types-codec/tsconfig.build.json"
28-
}
14+
{ "path": "../api-base/tsconfig.build.json" },
15+
{ "path": "../api-augment/tsconfig.build.json" },
16+
{ "path": "../rpc-core/tsconfig.build.json" },
17+
{ "path": "../types/tsconfig.build.json" },
18+
{ "path": "../types-codec/tsconfig.build.json" }
2919
]
3020
}

packages/api/tsconfig.build.json

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,13 @@
1111
"**/test/**/*"
1212
],
1313
"references": [
14-
{
15-
"path": "../api-base/tsconfig.build.json"
16-
},
17-
{
18-
"path": "../api-derive/tsconfig.build.json"
19-
},
20-
{
21-
"path": "../rpc-augment/tsconfig.build.json"
22-
},
23-
{
24-
"path": "../rpc-core/tsconfig.build.json"
25-
},
26-
{
27-
"path": "../rpc-provider/tsconfig.build.json"
28-
},
29-
{
30-
"path": "../types/tsconfig.build.json"
31-
},
32-
{
33-
"path": "../types-codec/tsconfig.build.json"
34-
},
35-
{
36-
"path": "../types-known/tsconfig.build.json"
37-
}
14+
{ "path": "../api-base/tsconfig.build.json" },
15+
{ "path": "../api-derive/tsconfig.build.json" },
16+
{ "path": "../rpc-augment/tsconfig.build.json" },
17+
{ "path": "../rpc-core/tsconfig.build.json" },
18+
{ "path": "../rpc-provider/tsconfig.build.json" },
19+
{ "path": "../types/tsconfig.build.json" },
20+
{ "path": "../types-codec/tsconfig.build.json" },
21+
{ "path": "../types-known/tsconfig.build.json" }
3822
]
3923
}

packages/rpc-augment/tsconfig.build.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66
"rootDir": "./src"
77
},
88
"references": [
9-
{
10-
"path": "../rpc-core/tsconfig.build.json"
11-
},
12-
{
13-
"path": "../types/tsconfig.build.json"
14-
},
15-
{
16-
"path": "../types-codec/tsconfig.build.json"
17-
}
9+
{ "path": "../rpc-core/tsconfig.build.json" },
10+
{ "path": "../types/tsconfig.build.json" },
11+
{ "path": "../types-codec/tsconfig.build.json" }
1812
]
1913
}

packages/rpc-core/tsconfig.build.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"**/*.spec.ts"
1111
],
1212
"references": [
13-
{
14-
"path": "../rpc-provider/tsconfig.build.json"
15-
},
16-
{
17-
"path": "../types/tsconfig.build.json"
18-
}
13+
{ "path": "../rpc-provider/tsconfig.build.json" },
14+
{ "path": "../types/tsconfig.build.json" }
1915
]
2016
}

packages/rpc-provider/tsconfig.build.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
"**/*.spec.ts"
1111
],
1212
"references": [
13-
{
14-
"path": "../types/tsconfig.build.json"
15-
},
16-
{
17-
"path": "../types-support/tsconfig.build.json"
18-
}
13+
{ "path": "../types/tsconfig.build.json" },
14+
{ "path": "../types-support/tsconfig.build.json" }
1915
]
2016
}

packages/typegen/tsconfig.build.json

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,14 @@
66
"rootDir": "./src"
77
},
88
"references": [
9-
{
10-
"path": "../api/tsconfig.build.json"
11-
},
12-
{
13-
"path": "../api-augment/tsconfig.build.json"
14-
},
15-
{
16-
"path": "../rpc-augment/tsconfig.build.json"
17-
},
18-
{
19-
"path": "../rpc-provider/tsconfig.build.json"
20-
},
21-
{
22-
"path": "../types/tsconfig.build.json"
23-
},
24-
{
25-
"path": "../types-augment/tsconfig.build.json"
26-
},
27-
{
28-
"path": "../types-codec/tsconfig.build.json"
29-
},
30-
{
31-
"path": "../types-create/tsconfig.build.json"
32-
},
33-
{
34-
"path": "../types-support/tsconfig.build.json"
35-
}
9+
{ "path": "../api/tsconfig.build.json" },
10+
{ "path": "../api-augment/tsconfig.build.json" },
11+
{ "path": "../rpc-augment/tsconfig.build.json" },
12+
{ "path": "../rpc-provider/tsconfig.build.json" },
13+
{ "path": "../types/tsconfig.build.json" },
14+
{ "path": "../types-augment/tsconfig.build.json" },
15+
{ "path": "../types-codec/tsconfig.build.json" },
16+
{ "path": "../types-create/tsconfig.build.json" },
17+
{ "path": "../types-support/tsconfig.build.json" }
3618
]
3719
}

packages/types-augment/tsconfig.build.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
"rootDir": "./src"
77
},
88
"references": [
9-
{
10-
"path": "../types/tsconfig.build.json"
11-
},
12-
{
13-
"path": "../types-codec/tsconfig.build.json"
14-
}
9+
{ "path": "../types/tsconfig.build.json" },
10+
{ "path": "../types-codec/tsconfig.build.json" }
1511
]
1612
}

0 commit comments

Comments
 (0)