@atlaskit/editor-core 219.3.4 → 219.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,130 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.local-consumption.json",
3
- "compilerOptions": {
4
- "target": "es5",
5
- "outDir": "../../../../../jira/tsDist/@atlaskit__editor-core/app",
6
- "rootDir": "../",
7
- "composite": true,
8
- "noCheck": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/stories/*",
19
- "../src/**/examples.*",
20
- "../src/**/examples/*",
21
- "../src/**/examples/**/*",
22
- "../src/**/*.stories.*",
23
- "../src/**/stories/*",
24
- "../src/**/stories/**/*"
25
- ],
26
- "references": [
27
- {
28
- "path": "../../activity-provider/afm-jira/tsconfig.json"
29
- },
30
- {
31
- "path": "../../adf-schema/afm-jira/tsconfig.json"
32
- },
33
- {
34
- "path": "../../../analytics/analytics-namespaced-context/afm-jira/tsconfig.json"
35
- },
36
- {
37
- "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
38
- },
39
- {
40
- "path": "../../../design-system/button/afm-jira/tsconfig.json"
41
- },
42
- {
43
- "path": "../../../design-system/css/afm-jira/tsconfig.json"
44
- },
45
- {
46
- "path": "../../editor-json-transformer/afm-jira/tsconfig.json"
47
- },
48
- {
49
- "path": "../../editor-performance-metrics/afm-jira/tsconfig.json"
50
- },
51
- {
52
- "path": "../../editor-plugin-connectivity/afm-jira/tsconfig.json"
53
- },
54
- {
55
- "path": "../../editor-plugin-quick-insert/afm-jira/tsconfig.json"
56
- },
57
- {
58
- "path": "../../editor-plugin-user-preferences/afm-jira/tsconfig.json"
59
- },
60
- {
61
- "path": "../../editor-plugins/afm-jira/tsconfig.json"
62
- },
63
- {
64
- "path": "../../editor-prosemirror/afm-jira/tsconfig.json"
65
- },
66
- {
67
- "path": "../../editor-shared-styles/afm-jira/tsconfig.json"
68
- },
69
- {
70
- "path": "../../editor-ssr-renderer/afm-jira/tsconfig.json"
71
- },
72
- {
73
- "path": "../../editor-toolbar/afm-jira/tsconfig.json"
74
- },
75
- {
76
- "path": "../../editor-toolbar-model/afm-jira/tsconfig.json"
77
- },
78
- {
79
- "path": "../../../elements/emoji/afm-jira/tsconfig.json"
80
- },
81
- {
82
- "path": "../../../measurement/feature-gate-js-client/afm-jira/tsconfig.json"
83
- },
84
- {
85
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
86
- },
87
- {
88
- "path": "../../../design-system/link/afm-jira/tsconfig.json"
89
- },
90
- {
91
- "path": "../../../media/media-card/afm-jira/tsconfig.json"
92
- },
93
- {
94
- "path": "../../../elements/mention/afm-jira/tsconfig.json"
95
- },
96
- {
97
- "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
98
- },
99
- {
100
- "path": "../../../platform/feature-flags-react/afm-jira/tsconfig.json"
101
- },
102
- {
103
- "path": "../../../react-ufo/atlaskit/afm-jira/tsconfig.json"
104
- },
105
- {
106
- "path": "../../../elements/task-decision/afm-jira/tsconfig.json"
107
- },
108
- {
109
- "path": "../../tmp-editor-statsig/afm-jira/tsconfig.json"
110
- },
111
- {
112
- "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
113
- },
114
- {
115
- "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
116
- },
117
- {
118
- "path": "../../../design-system/width-detector/afm-jira/tsconfig.json"
119
- },
120
- {
121
- "path": "../../editor-common/afm-jira/tsconfig.json"
122
- },
123
- {
124
- "path": "../../../linking-platform/link-provider/afm-jira/tsconfig.json"
125
- },
126
- {
127
- "path": "../../../media/media-core/afm-jira/tsconfig.json"
128
- }
129
- ]
130
- }