move strict tsconfig closer to the prompt files source code and add missing documentation comments

This commit is contained in:
Oleg Solomko
2025-05-06 10:45:57 -07:00
parent 7212555ae4
commit 2f392d619e
6 changed files with 34 additions and 41 deletions

View File

@@ -1445,10 +1445,7 @@ export default tseslint.config(
languageOptions: {
parser: tseslint.parser,
parserOptions: {
project: [
// TODO: @lego - check if needed
'src/tsconfig.strict.json',
],
project: 'src/vs/platform/prompts/tsconfig.strict.json',
}
},
plugins: {