Skip to content

Commit b56dfd9

Browse files
committed
Reusing tsconfig file across components
1 parent eca7334 commit b56dfd9

File tree

63 files changed

+718
-1147
lines changed

Some content is hidden

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

63 files changed

+718
-1147
lines changed

components/amplenote/tsconfig.json

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": [
4-
"es2020"
5-
],
6-
"module": "ES2020",
7-
"target": "ES2020",
8-
"moduleResolution": "node",
9-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
10-
"composite": true,
11-
"outDir": "dist",
12-
"allowSyntheticDefaultImports": true,
13-
},
14-
"allowJs": true,
15-
"include": [
16-
"app",
17-
"actions",
18-
"sources"
19-
],
20-
"exclude": [
21-
"dist",
22-
]
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+
}
2315
}
Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
13-
"include": [
14-
"app",
15-
"actions",
16-
"sources",
17-
"common",
18-
],
19-
"exclude": [
20-
"dist",
21-
]
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"
2214
}
15+
}

components/baserow/tsconfig.json

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": [
4-
"es2020"
5-
],
6-
"module": "ES2020",
7-
"target": "ES2020",
8-
"moduleResolution": "node",
9-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
10-
"composite": true,
11-
"outDir": "dist",
12-
"allowSyntheticDefaultImports": true,
13-
},
14-
"allowJs": true,
2+
"extends": "../../tsconfig.components.json",
153
"include": [
164
"app",
175
"actions",
186
"sources",
197
"common"
208
],
219
"exclude": [
22-
"dist",
23-
]
10+
"dist"
11+
],
12+
"compilerOptions": {
13+
"outDir": "./dist"
14+
}
2415
}

components/beehiiv/tsconfig.json

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
13-
"include": [
14-
"app",
15-
"actions",
16-
"sources"
17-
],
18-
"exclude": [
19-
"dist",
20-
]
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"
2114
}
15+
}
Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
2+
"extends": "../../tsconfig.components.json",
133
"include": [
144
"app",
155
"actions",
166
"sources",
177
"common"
188
],
199
"exclude": [
20-
"dist",
21-
]
10+
"dist"
11+
],
12+
"compilerOptions": {
13+
"outDir": "./dist"
14+
}
2215
}

components/clientary/tsconfig.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
2+
"extends": "../../tsconfig.components.json",
133
"include": [
144
"app",
155
"actions",
166
"sources",
177
"common"
188
],
199
"exclude": [
20-
"dist",
21-
]
10+
"dist"
11+
],
12+
"compilerOptions": {
13+
"outDir": "./dist"
14+
}
2215
}
Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": [
4-
"es2020"
5-
],
6-
"module": "ES2020",
7-
"target": "ES2020",
8-
"moduleResolution": "node",
9-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
10-
"composite": true,
11-
"outDir": "dist",
12-
"allowSyntheticDefaultImports": true,
13-
},
14-
"allowJs": true,
2+
"extends": "../../tsconfig.components.json",
153
"include": [
164
"app",
175
"actions",
186
"sources",
197
"common"
208
],
219
"exclude": [
22-
"dist",
23-
]
10+
"dist"
11+
],
12+
"compilerOptions": {
13+
"outDir": "./dist"
14+
}
2415
}
Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": [
4-
"es2020"
5-
],
6-
"module": "ES2020",
7-
"target": "ES2020",
8-
"moduleResolution": "node",
9-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
10-
"composite": true,
11-
"outDir": "dist",
12-
"allowSyntheticDefaultImports": true,
13-
},
14-
"allowJs": true,
15-
"include": [
16-
"app",
17-
"actions",
18-
"sources"
19-
],
20-
"exclude": [
21-
"dist",
22-
]
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+
}
2315
}

components/concord/tsconfig.json

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
13-
"include": [
14-
"app",
15-
"actions",
16-
"sources",
17-
"common"
18-
],
19-
"exclude": [
20-
"dist",
21-
]
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"
2214
}
15+
}
Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"lib": ["es2020"],
4-
"module": "ES2020",
5-
"target": "ES2020",
6-
"moduleResolution": "node",
7-
"listEmittedFiles": true, // Used as a part of the build task, since we need to pass emitted files to our post-build script
8-
"composite": true,
9-
"outDir": "dist",
10-
"allowSyntheticDefaultImports": true,
11-
},
12-
"allowJs": true,
13-
"include": [
14-
"app",
15-
"actions",
16-
"sources",
17-
"common"
18-
],
19-
"exclude": [
20-
"dist",
21-
]
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"
2214
}
15+
}

0 commit comments

Comments
 (0)