forked from discourse/discourse
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.json
More file actions
50 lines (50 loc) · 2.03 KB
/
tsconfig.json
File metadata and controls
50 lines (50 loc) · 2.03 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
{
"references": [
{ "path": "frontend/discourse" },
{ "path": "frontend/discourse-i18n" },
{ "path": "plugins/automation" },
{ "path": "plugins/chat" },
{ "path": "plugins/checklist" },
{ "path": "plugins/discourse-adplugin" },
{ "path": "plugins/discourse-affiliate" },
{ "path": "plugins/discourse-ai" },
{ "path": "plugins/discourse-apple-auth" },
{ "path": "plugins/discourse-assign" },
{ "path": "plugins/discourse-cakeday" },
{ "path": "plugins/discourse-calendar" },
{ "path": "plugins/discourse-chat-integration" },
{ "path": "plugins/discourse-data-explorer" },
{ "path": "plugins/discourse-details" },
{ "path": "plugins/discourse-gamification" },
{ "path": "plugins/discourse-github" },
{ "path": "plugins/discourse-graphviz" },
{ "path": "plugins/discourse-hcaptcha" },
{ "path": "plugins/discourse-lazy-videos" },
{ "path": "plugins/discourse-local-dates" },
{ "path": "plugins/discourse-login-with-amazon" },
{ "path": "plugins/discourse-lti" },
{ "path": "plugins/discourse-math" },
{ "path": "plugins/discourse-microsoft-auth" },
{ "path": "plugins/discourse-narrative-bot" },
{ "path": "plugins/discourse-oauth2-basic" },
{ "path": "plugins/discourse-openid-connect" },
{ "path": "plugins/discourse-patreon" },
{ "path": "plugins/discourse-policy" },
{ "path": "plugins/discourse-post-voting" },
{ "path": "plugins/discourse-presence" },
{ "path": "plugins/discourse-reactions" },
{ "path": "plugins/discourse-rss-polling" },
{ "path": "plugins/discourse-solved" },
{ "path": "plugins/discourse-subscriptions" },
{ "path": "plugins/discourse-templates" },
{ "path": "plugins/discourse-topic-voting" },
{ "path": "plugins/discourse-user-notes" },
{ "path": "plugins/discourse-zendesk-plugin" },
{ "path": "plugins/footnote" },
{ "path": "plugins/poll" },
{ "path": "plugins/spoiler-alert" },
{ "path": "plugins/styleguide" },
{ "path": "themes/horizon" }
],
"include": []
}