Skip to content

Commit b614484

Browse files
committed
Reusing tsconfig base paths with configDir property
1 parent 7e8c32b commit b614484

File tree

62 files changed

+72
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+72
-794
lines changed

components/amplenote/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}

components/baserow/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}

components/beehiiv/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}

components/clientary/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}

components/concord/tsconfig.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}
Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"extends": "../../tsconfig.components.json",
3-
"include": [
4-
"app",
5-
"actions",
6-
"sources",
7-
"common"
8-
],
9-
"exclude": [
10-
"dist"
11-
],
12-
"compilerOptions": {
13-
"outDir": "./dist"
14-
}
2+
"extends": "../../tsconfig.components.json"
153
}

0 commit comments

Comments
 (0)