-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
139 lines (139 loc) · 5.3 KB
/
Copy pathtsconfig.json
File metadata and controls
139 lines (139 loc) · 5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"lib": ["ES2022"],
"strict": true,
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"rootDir": ".",
"outDir": "out",
"types": ["node", "vscode"]
},
"include": [
"src/extension/**/*.ts",
"src/shared/**/*.ts",
"test/**/*.ts"
],
"exclude": [
"src/webview/**",
"test/unit/createVsCodeHostPorts.test.ts",
"test/unit/operationsOverview.test.ts",
"test/unit/operationsRoutes.test.ts",
"test/unit/operationsDeepLink.test.ts",
"test/unit/workOsActions.test.ts",
"test/unit/workInboxUi.test.ts",
"test/unit/workOsRefresh.test.ts",
"test/unit/exactRunReplay.test.ts",
"test/unit/workAttemptUi.test.ts",
"test/unit/taskRunDraft.test.ts",
"test/unit/automationDraft.test.ts",
"test/unit/operationsAttentionPoll.test.ts",
"test/unit/openChatDeepLink.test.ts",
"test/unit/sessionTranscript.test.ts",
"test/unit/sessionHistoryMap.test.ts",
"test/unit/permissionModeChrome.test.ts",
"test/unit/skillsStatusChrome.test.ts",
"test/unit/mcpStatusChrome.test.ts",
"test/unit/interactivePrompt.test.ts",
"test/unit/modelPickerChrome.test.ts",
"test/unit/providerStatusChrome.test.ts",
"test/unit/providerModelCatalog.test.ts",
"test/unit/chatUiChrome.test.ts",
"test/unit/chatDisplayMessage.test.ts",
"test/unit/composerFollowupChrome.test.ts",
"test/unit/chatMessageEdit.test.ts",
"test/unit/composerContext.test.ts",
"test/unit/composerAtMention.test.ts",
"test/unit/composerCompactChrome.test.ts",
"test/unit/checkpointChrome.test.ts",
"test/unit/chatContentSegments.test.ts",
"test/unit/todoToolParse.test.ts",
"test/unit/chatRunChrome.test.ts",
"test/unit/chatPlanChrome.test.ts",
"test/unit/runInspectorChrome.test.ts",
"test/unit/transcriptGroupChrome.test.ts",
"test/unit/messageCopyChrome.test.ts",
"test/unit/transcriptCopyChrome.test.ts",
"test/unit/projectTargetChrome.test.ts",
"test/unit/surfaceTabsChrome.test.ts",
"test/unit/shellChrome.test.ts",
"test/unit/composerSubmitChrome.test.ts",
"test/unit/composerHintChrome.test.ts",
"test/unit/hostRecoveryActions.test.ts",
"test/unit/waitShellChrome.test.ts",
"test/unit/replayChrome.test.ts",
"test/unit/sessionMutateChrome.test.ts",
"test/unit/chatKeyboardChrome.test.ts",
"test/unit/composerAttachChrome.test.ts",
"test/unit/composerCaretChrome.test.ts",
"test/unit/composerSnippets.test.ts",
"test/unit/composerAttachments.test.ts",
"test/unit/composerSubmitCompose.test.ts",
"test/unit/composerDraft.test.ts",
"test/unit/composerDraftPersistence.test.ts",
"test/unit/nativeMethodList.test.ts",
"test/unit/skillInstallSource.test.ts",
"test/unit/proposalKind.test.ts",
"test/unit/redactSensitive.test.ts",
"test/unit/composerPlaceholders.test.ts",
"test/unit/chatTranscriptChrome.test.ts",
"test/unit/composerSubmitPlan.test.ts",
"test/unit/composerDraftClear.test.ts",
"test/unit/composerSubmitHostIntent.test.ts",
"test/unit/composerSubmitExecute.test.ts",
"test/unit/useComposerController.test.ts",
"test/unit/vscodeComposerSubmit.test.ts",
"test/unit/chatDisplayChrome.test.ts",
"test/unit/AiUserTurnBody.test.ts",
"test/unit/aiSdkAssistantGroups.test.ts",
"test/unit/aiChatViewFrame.test.ts",
"test/unit/sdkToolPartMap.test.ts",
"test/unit/sdkUiPartKind.test.ts",
"test/unit/sdkUiPartView.test.ts",
"test/unit/aiSdkUiPartSwitch.test.ts",
"test/unit/aiSdkToolPartSwitch.test.ts",
"test/unit/chatSdkAssistantChrome.test.ts",
"test/unit/assistantSdkGroupsState.test.ts",
"test/unit/aiAssistantRunActions.test.ts",
"test/unit/aiDisplayMessageBubble.test.ts",
"test/unit/aiDisplayMessageEditForm.test.ts",
"test/unit/chatDisplayActionCopy.test.ts",
"test/unit/aiDisplayMessageBodyExtras.test.ts",
"test/unit/useDisplayMessageInteractionState.test.ts",
"test/unit/displayToolGroupIcon.test.ts",
"test/unit/aiDisplayMessageContent.test.ts",
"test/unit/aiDisplayMessageActions.test.ts",
"test/unit/displayMessageActionsFooter.test.ts",
"test/unit/aiComposerCompactControl.test.ts",
"test/unit/aiComposerFollowupControl.test.ts",
"test/unit/emptyStateAffordance.test.ts",
"test/unit/composerAttachPolicy.test.ts",
"test/unit/composerSuggestionKeyboard.test.ts",
"test/unit/useComposerSuggestionList.test.ts",
"test/unit/changeReviewPanelChrome.test.ts",
"test/unit/runDetailsChrome.test.ts",
"test/unit/agentStatusPillChrome.test.ts",
"test/unit/usageMeterChrome.test.ts",
"test/unit/settingsHubChrome.test.ts",
"test/unit/settingsSearchChrome.test.ts",
"test/unit/settingsSnippetsChrome.test.ts",
"test/unit/agentPickerChrome.test.ts",
"test/unit/chatWorkspaceTopbar.test.ts",
"test/unit/composerSlashCommands.test.ts",
"test/unit/settingsDeepLink.test.ts",
"dist",
"out",
"node_modules"
]
}