Skip to content

Commit 8452c1f

Browse files
authored
Fix ts-config to fix ts-server (#9019)
Signed-off-by: Andrey Sobolev <[email protected]>
1 parent 6d4337f commit 8452c1f

File tree

416 files changed

+1246
-417
lines changed

Some content is hidden

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

416 files changed

+1246
-417
lines changed

desktop/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@
1212
"moduleResolution": "node",
1313
"allowSyntheticDefaultImports": true,
1414
"lib": ["es2016", "dom", "ES2021.String", "ESNext.Array"]
15-
}
15+
},
16+
"include": ["src/**/*", "declarations.d.ts"],
17+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1618
}

dev/doc-import-tool/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

dev/import-tool/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

dev/tool/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/achievement/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/activity/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/ai-bot/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/all/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/analytics-collector/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

models/attachment/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"outDir": "./lib",
77
"declarationDir": "./types",
88
"tsBuildInfoFile": ".build/build.tsbuildinfo"
9-
}
9+
},
10+
"include": ["src/**/*"],
11+
"exclude": ["node_modules", "lib", "dist", "types", "bundle"]
1012
}

0 commit comments

Comments
 (0)