mintlify 1.1.4 → 1.1.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.
Files changed (160) hide show
  1. package/bin/local-preview/helper-commands/cleanCommand.js +8 -0
  2. package/bin/local-preview/helper-commands/cleanCommand.js.map +1 -0
  3. package/bin/local-preview/utils/listener.js +9 -6
  4. package/bin/local-preview/utils/listener.js.map +1 -1
  5. package/package.json +1 -1
  6. package/src/local-preview/utils/listener.ts +9 -6
  7. package/bin/local-preview/injectNav.js +0 -94
  8. package/bin/local-preview/injectNav.js.map +0 -1
  9. package/bin/mint/client/.babel-plugin-macrosrc.json +0 -5
  10. package/bin/mint/client/.babelrc +0 -4
  11. package/bin/mint/client/.editorconfig +0 -12
  12. package/bin/mint/client/.eslintrc.json +0 -7
  13. package/bin/mint/client/.prettierignore +0 -4
  14. package/bin/mint/client/.prettierrc +0 -14
  15. package/bin/mint/client/.vscode/launch.json +0 -28
  16. package/bin/mint/client/README.md +0 -44
  17. package/bin/mint/client/jest.config.ts +0 -195
  18. package/bin/mint/client/next-env.d.ts +0 -4
  19. package/bin/mint/client/next.config.js +0 -152
  20. package/bin/mint/client/package.json +0 -139
  21. package/bin/mint/client/postcss.config.cjs +0 -9
  22. package/bin/mint/client/prebuild/faviconConfig.js +0 -35
  23. package/bin/mint/client/prebuild/getOpenApiContext.js +0 -53
  24. package/bin/mint/client/prebuild/index.js +0 -117
  25. package/bin/mint/client/prebuild/injectNav.js +0 -115
  26. package/bin/mint/client/prebuild/slugToTitle.js +0 -7
  27. package/bin/mint/client/rehype/withApiComponents.js +0 -60
  28. package/bin/mint/client/rehype/withCodeBlocks.js +0 -54
  29. package/bin/mint/client/rehype/withLayouts.js +0 -113
  30. package/bin/mint/client/rehype/withLinkRoles.js +0 -13
  31. package/bin/mint/client/rehype/withRawComponents.js +0 -13
  32. package/bin/mint/client/rehype/withStaticProps.js +0 -25
  33. package/bin/mint/client/rehype/withSyntaxHighlighting.js +0 -60
  34. package/bin/mint/client/remark/utils.js +0 -369
  35. package/bin/mint/client/remark/withFrames.js +0 -55
  36. package/bin/mint/client/remark/withImportsInjected.js +0 -36
  37. package/bin/mint/client/remark/withNextLinks.js +0 -37
  38. package/bin/mint/client/remark/withTableOfContents.js +0 -71
  39. package/bin/mint/client/scripts/local.js +0 -177
  40. package/bin/mint/client/sentry.client.config.js +0 -15
  41. package/bin/mint/client/sentry.properties +0 -4
  42. package/bin/mint/client/sentry.server.config.js +0 -15
  43. package/bin/mint/client/src/analytics/AbstractAnalyticsImplementation.ts +0 -50
  44. package/bin/mint/client/src/analytics/AnalyticsContext.ts +0 -5
  45. package/bin/mint/client/src/analytics/AnalyticsMediator.ts +0 -101
  46. package/bin/mint/client/src/analytics/FakeAnalyticsMediator.ts +0 -9
  47. package/bin/mint/client/src/analytics/GA4Script.tsx +0 -33
  48. package/bin/mint/client/src/analytics/implementations/amplitude.ts +0 -26
  49. package/bin/mint/client/src/analytics/implementations/fathom.ts +0 -38
  50. package/bin/mint/client/src/analytics/implementations/ga4.ts +0 -33
  51. package/bin/mint/client/src/analytics/implementations/hotjar.ts +0 -53
  52. package/bin/mint/client/src/analytics/implementations/mixpanel-browser.d.ts +0 -1
  53. package/bin/mint/client/src/analytics/implementations/mixpanel.ts +0 -52
  54. package/bin/mint/client/src/analytics/implementations/posthog.ts +0 -37
  55. package/bin/mint/client/src/components/Accordion/Accordion.tsx +0 -43
  56. package/bin/mint/client/src/components/Accordion/index.ts +0 -4
  57. package/bin/mint/client/src/components/ApiExample.tsx +0 -9
  58. package/bin/mint/client/src/components/Card.tsx +0 -51
  59. package/bin/mint/client/src/components/CodeGroup.tsx +0 -132
  60. package/bin/mint/client/src/components/Editor.tsx +0 -12
  61. package/bin/mint/client/src/components/Expandable.tsx +0 -40
  62. package/bin/mint/client/src/components/Heading.tsx +0 -84
  63. package/bin/mint/client/src/components/Param.tsx +0 -56
  64. package/bin/mint/client/src/components/Request.tsx +0 -19
  65. package/bin/mint/client/src/components/ResponseField.tsx +0 -33
  66. package/bin/mint/client/src/components/TabBar.tsx +0 -61
  67. package/bin/mint/client/src/config.ts +0 -115
  68. package/bin/mint/client/src/css/bar-of-progress.css +0 -10
  69. package/bin/mint/client/src/css/base.css +0 -29
  70. package/bin/mint/client/src/css/font-awesome.css +0 -7
  71. package/bin/mint/client/src/css/fonts.css +0 -44
  72. package/bin/mint/client/src/css/main.css +0 -11
  73. package/bin/mint/client/src/css/prism.css +0 -270
  74. package/bin/mint/client/src/css/utilities.css +0 -43
  75. package/bin/mint/client/src/enums/components.ts +0 -8
  76. package/bin/mint/client/src/fonts/FiraCode-VF.woff +0 -0
  77. package/bin/mint/client/src/fonts/FiraCode-VF.woff2 +0 -0
  78. package/bin/mint/client/src/fonts/IBMPlexMono-Regular.ttf +0 -0
  79. package/bin/mint/client/src/fonts/IBMPlexMono-SemiBold.ttf +0 -0
  80. package/bin/mint/client/src/fonts/Inter-italic-latin.var.woff2 +0 -0
  81. package/bin/mint/client/src/fonts/Inter-roman-latin.var.woff2 +0 -0
  82. package/bin/mint/client/src/fonts/Pally-Variable.ttf +0 -0
  83. package/bin/mint/client/src/fonts/SourceSansPro-Regular.otf +0 -0
  84. package/bin/mint/client/src/fonts/SourceSerifPro-Regular.ttf +0 -0
  85. package/bin/mint/client/src/fonts/Synonym-Variable.ttf +0 -0
  86. package/bin/mint/client/src/fonts/Ubuntu-Mono-bold.woff2 +0 -0
  87. package/bin/mint/client/src/fonts/generated/IBMPlexMono-Regular-subset.woff2 +0 -0
  88. package/bin/mint/client/src/fonts/generated/IBMPlexMono-Regular-subset.zopfli.woff +0 -0
  89. package/bin/mint/client/src/fonts/generated/IBMPlexMono-Regular.module.css +0 -11
  90. package/bin/mint/client/src/fonts/generated/IBMPlexMono-SemiBold-subset.woff2 +0 -0
  91. package/bin/mint/client/src/fonts/generated/IBMPlexMono-SemiBold-subset.zopfli.woff +0 -0
  92. package/bin/mint/client/src/fonts/generated/IBMPlexMono-SemiBold.module.css +0 -11
  93. package/bin/mint/client/src/fonts/generated/Pally-Variable-subset.woff2 +0 -0
  94. package/bin/mint/client/src/fonts/generated/Pally-Variable-subset.zopfli.woff +0 -0
  95. package/bin/mint/client/src/fonts/generated/Pally-Variable.module.css +0 -11
  96. package/bin/mint/client/src/fonts/generated/SourceSerifPro-Regular-subset.woff2 +0 -0
  97. package/bin/mint/client/src/fonts/generated/SourceSerifPro-Regular-subset.zopfli.woff +0 -0
  98. package/bin/mint/client/src/fonts/generated/SourceSerifPro-Regular.module.css +0 -11
  99. package/bin/mint/client/src/fonts/generated/Synonym-Variable-subset.woff2 +0 -0
  100. package/bin/mint/client/src/fonts/generated/Synonym-Variable-subset.zopfli.woff +0 -0
  101. package/bin/mint/client/src/fonts/generated/Synonym-Variable.module.css +0 -11
  102. package/bin/mint/client/src/fonts/generated/TenorSans-Regular-subset.woff2 +0 -0
  103. package/bin/mint/client/src/fonts/generated/TenorSans-Regular-subset.zopfli.woff +0 -0
  104. package/bin/mint/client/src/fonts/generated/TenorSans-Regular.module.css +0 -11
  105. package/bin/mint/client/src/hooks/useActionKey.ts +0 -20
  106. package/bin/mint/client/src/hooks/useIsomorphicLayoutEffect.ts +0 -3
  107. package/bin/mint/client/src/hooks/useMedia.ts +0 -27
  108. package/bin/mint/client/src/hooks/usePrevNext.ts +0 -34
  109. package/bin/mint/client/src/hooks/useTop.ts +0 -15
  110. package/bin/mint/client/src/icons/CopyToClipboard.tsx +0 -33
  111. package/bin/mint/client/src/index.d.ts +0 -1
  112. package/bin/mint/client/src/layouts/ApiSupplemental.tsx +0 -173
  113. package/bin/mint/client/src/layouts/ContentsLayout.tsx +0 -256
  114. package/bin/mint/client/src/layouts/DocumentationLayout.tsx +0 -44
  115. package/bin/mint/client/src/layouts/OpenApiContent.tsx +0 -301
  116. package/bin/mint/client/src/layouts/SidebarLayout.tsx +0 -412
  117. package/bin/mint/client/src/layouts/UserFeedback.tsx +0 -73
  118. package/bin/mint/client/src/layouts/getGroupsInDivision.ts +0 -25
  119. package/bin/mint/client/src/layouts/isPathInGroupPages.ts +0 -10
  120. package/bin/mint/client/src/metadata.ts +0 -58
  121. package/bin/mint/client/src/nav.json +0 -219
  122. package/bin/mint/client/src/openapi.ts +0 -3
  123. package/bin/mint/client/src/pages/404.tsx +0 -73
  124. package/bin/mint/client/src/pages/_app.tsx +0 -138
  125. package/bin/mint/client/src/pages/_document.tsx +0 -57
  126. package/bin/mint/client/src/pages/api/issue.ts +0 -10
  127. package/bin/mint/client/src/pages/api/name.ts +0 -8
  128. package/bin/mint/client/src/pages/api/request.ts +0 -31
  129. package/bin/mint/client/src/pages/api/suggest.ts +0 -10
  130. package/bin/mint/client/src/pages/api/syntax-highlighted-json.ts +0 -13
  131. package/bin/mint/client/src/pages/api/utils.ts +0 -6
  132. package/bin/mint/client/src/pages/index.tsx +0 -31
  133. package/bin/mint/client/src/ui/Api.tsx +0 -359
  134. package/bin/mint/client/src/ui/Footer.tsx +0 -124
  135. package/bin/mint/client/src/ui/Header.tsx +0 -370
  136. package/bin/mint/client/src/ui/Logo.tsx +0 -55
  137. package/bin/mint/client/src/ui/PageHeader.tsx +0 -51
  138. package/bin/mint/client/src/ui/Search.tsx +0 -386
  139. package/bin/mint/client/src/ui/ThemeToggle.tsx +0 -285
  140. package/bin/mint/client/src/ui/Title.tsx +0 -22
  141. package/bin/mint/client/src/ui/TopLevelLink.tsx +0 -122
  142. package/bin/mint/client/src/utils/api.ts +0 -252
  143. package/bin/mint/client/src/utils/brands.ts +0 -217
  144. package/bin/mint/client/src/utils/castArray.ts +0 -3
  145. package/bin/mint/client/src/utils/childrenArray.ts +0 -3
  146. package/bin/mint/client/src/utils/fit.ts +0 -27
  147. package/bin/mint/client/src/utils/fontAwesome.ts +0 -577
  148. package/bin/mint/client/src/utils/getAnalyticsConfig.ts +0 -14
  149. package/bin/mint/client/src/utils/getLogoHref.ts +0 -9
  150. package/bin/mint/client/src/utils/getOpenApiContext.ts +0 -26
  151. package/bin/mint/client/src/utils/importAll.ts +0 -6
  152. package/bin/mint/client/src/utils/isObject.ts +0 -3
  153. package/bin/mint/client/src/utils/kebabToTitleCase.ts +0 -3
  154. package/bin/mint/client/src/utils/loadImage.ts +0 -8
  155. package/bin/mint/client/src/utils/slugToTitle.ts +0 -7
  156. package/bin/mint/client/src/utils/wait.ts +0 -5
  157. package/bin/mint/client/tailwind.config.cjs +0 -323
  158. package/bin/mint/client/test/test.test.ts +0 -5
  159. package/bin/mint/client/tsconfig.json +0 -36
  160. package/bin/mint/client/yarn.lock +0 -9702
@@ -1,323 +0,0 @@
1
- const defaultTheme = require('tailwindcss/defaultTheme');
2
- const svgToDataUri = require('mini-svg-data-uri');
3
- const { default: flattenColorPalette } = require('tailwindcss/lib/util/flattenColorPalette');
4
- const config = require('./src/mint.json');
5
-
6
- const ctaColors = {};
7
- config?.anchors?.forEach((anchor, i) => {
8
- if (anchor.color) {
9
- ctaColors[`anchor-${i}`] = anchor.color.toLowerCase();
10
- }
11
- });
12
-
13
- module.exports = {
14
- content: [
15
- './src/**/*.{js,jsx,ts,tsx,mdx,html}',
16
- './remark/**/*.js',
17
- './rehype/**/*.js',
18
- './src/mint.json',
19
- ],
20
- darkMode: 'class',
21
- theme: {
22
- screens: {
23
- sm: '640px',
24
- md: '768px',
25
- lg: '1024px',
26
- xl: '1280px',
27
- '2xl': '1536px',
28
- },
29
- aspectRatio: {
30
- auto: 'auto',
31
- square: '1 / 1',
32
- video: '16 / 9',
33
- 1: '1',
34
- 2: '2',
35
- 3: '3',
36
- 4: '4',
37
- 5: '5',
38
- 6: '6',
39
- 7: '7',
40
- 8: '8',
41
- 9: '9',
42
- 10: '10',
43
- 11: '11',
44
- 12: '12',
45
- 13: '13',
46
- 14: '14',
47
- 15: '15',
48
- 16: '16',
49
- },
50
- extend: {
51
- colors: {
52
- code: {
53
- highlight: 'rgb(125 211 252 / 0.1)',
54
- },
55
- primary: config?.colors?.primary ?? '#a888ff',
56
- 'primary-light': config?.colors?.light ?? '#c4b5fd',
57
- 'primary-dark': config?.colors?.dark ?? '#7c3aed',
58
- 'primary-ultralight': config?.colors?.ultraLight ?? '#ddd6fe',
59
- 'primary-ultradark': config?.colors?.ultraDark ?? '#5b21b6',
60
- 'background-light': config?.colors?.background?.light ?? '#ffffff',
61
- 'background-dark': config?.colors?.background?.dark ?? '#0C1322',
62
- ...ctaColors,
63
- },
64
- typography: (theme) => ({
65
- DEFAULT: {
66
- css: {
67
- maxWidth: 'none',
68
- color: theme('colors.slate.700'),
69
- hr: {
70
- borderColor: theme('colors.slate.100'),
71
- marginTop: '3em',
72
- marginBottom: '3em',
73
- },
74
- 'h1, h2, h3': {
75
- letterSpacing: '-0.025em',
76
- },
77
- h2: {
78
- marginBottom: `${16 / 24}em`,
79
- },
80
- h3: {
81
- marginTop: '2.4em',
82
- lineHeight: '1.4',
83
- },
84
- h4: {
85
- marginTop: '2em',
86
- fontSize: '1.125em',
87
- },
88
- 'h1 small, h2 small, h3 small, h4 small': {
89
- fontFamily: theme('fontFamily.mono').join(', '),
90
- color: theme('colors.slate.500'),
91
- fontWeight: 500,
92
- },
93
- 'h2 small': {
94
- fontSize: theme('fontSize.lg')[0],
95
- ...theme('fontSize.lg')[1],
96
- },
97
- 'h3 small': {
98
- fontSize: theme('fontSize.base')[0],
99
- ...theme('fontSize.base')[1],
100
- },
101
- 'h4 small': {
102
- fontSize: theme('fontSize.sm')[0],
103
- ...theme('fontSize.sm')[1],
104
- },
105
- 'h1, h2, h3, h4': {
106
- 'scroll-margin-top': 'var(--scroll-mt)',
107
- },
108
- ul: {
109
- listStyleType: 'none',
110
- paddingLeft: 0,
111
- },
112
- 'ul > li': {
113
- position: 'relative',
114
- paddingLeft: '1.75em',
115
- },
116
- 'ul > li::before': {
117
- content: '""',
118
- width: '0.75em',
119
- height: '0.125em',
120
- position: 'absolute',
121
- top: 'calc(0.875em - 0.0625em)',
122
- left: 0,
123
- borderRadius: '999px',
124
- backgroundColor: theme('colors.slate.300'),
125
- },
126
- a: {
127
- fontWeight: theme('fontWeight.semibold'),
128
- textDecoration: 'none',
129
- borderBottom: `1px solid ${theme('colors.primary-light')}`,
130
- },
131
- 'a:hover': {
132
- borderBottomWidth: '2px',
133
- },
134
- 'a code': {
135
- color: 'inherit',
136
- fontWeight: 'inherit',
137
- },
138
- strong: {
139
- color: theme('colors.slate.900'),
140
- fontWeight: theme('fontWeight.semibold'),
141
- },
142
- 'a strong': {
143
- color: 'inherit',
144
- fontWeight: 'inherit',
145
- },
146
- kbd: {
147
- background: theme('colors.slate.100'),
148
- borderWidth: '1px',
149
- borderColor: theme('colors.slate.200'),
150
- padding: '0.125em 0.25em',
151
- color: theme('colors.slate.700'),
152
- fontWeight: 500,
153
- fontSize: '0.875em',
154
- fontVariantLigatures: 'none',
155
- borderRadius: '4px',
156
- margin: '0 1px',
157
- },
158
- code: {
159
- fontWeight: theme('fontWeight.medium'),
160
- fontVariantLigatures: 'none',
161
- },
162
- pre: {
163
- color: theme('colors.slate.50'),
164
- borderRadius: theme('borderRadius.xl'),
165
- padding: theme('padding.5'),
166
- boxShadow: theme('boxShadow.md'),
167
- display: 'flex',
168
- marginTop: `${20 / 14}em`,
169
- marginBottom: `${32 / 14}em`,
170
- },
171
- 'p + pre': {
172
- marginTop: `${-4 / 14}em`,
173
- },
174
- 'pre + pre': {
175
- marginTop: `${-16 / 14}em`,
176
- },
177
- 'pre code': {
178
- flex: 'none',
179
- minWidth: '100%',
180
- },
181
- table: {
182
- fontSize: theme('fontSize.sm')[0],
183
- lineHeight: theme('fontSize.sm')[1].lineHeight,
184
- },
185
- thead: {
186
- color: theme('colors.slate.700'),
187
- borderBottomColor: theme('colors.slate.200'),
188
- },
189
- 'thead th': {
190
- paddingTop: 0,
191
- fontWeight: theme('fontWeight.semibold'),
192
- },
193
- 'tbody tr': {
194
- borderBottomColor: theme('colors.slate.100'),
195
- },
196
- 'tbody tr:last-child': {
197
- borderBottomWidth: '1px',
198
- },
199
- 'tbody code': {
200
- fontSize: theme('fontSize.xs')[0],
201
- },
202
- 'figure figcaption': {
203
- textAlign: 'center',
204
- fontStyle: 'italic',
205
- },
206
- 'figure > figcaption': {
207
- marginTop: `${12 / 14}em`,
208
- },
209
- },
210
- },
211
- dark: {
212
- css: {
213
- color: theme('colors.slate.400'),
214
- 'h1, h2, h3, h4, thead th': {
215
- color: theme('colors.slate.200'),
216
- },
217
- 'h1 small, h2 small, h3 small, h4 small': {
218
- color: theme('colors.slate.400'),
219
- },
220
- kbd: {
221
- background: theme('colors.slate.700'),
222
- borderColor: theme('colors.slate.600'),
223
- color: theme('colors.slate.200'),
224
- },
225
- code: {
226
- color: theme('colors.slate.200'),
227
- },
228
- hr: {
229
- borderColor: theme('colors.slate.200'),
230
- opacity: '0.05',
231
- },
232
- pre: {
233
- boxShadow: 'inset 0 0 0 1px rgb(255 255 255 / 0.1)',
234
- },
235
- a: {
236
- color: theme('colors.white'),
237
- borderBottomColor: theme('colors.primary-light'),
238
- },
239
- strong: {
240
- color: theme('colors.slate.200'),
241
- },
242
- thead: {
243
- color: theme('colors.slate.300'),
244
- borderBottomColor: 'rgb(148 163 184 / 0.2)',
245
- },
246
- 'tbody tr': {
247
- borderBottomColor: 'rgb(148 163 184 / 0.1)',
248
- },
249
- blockQuote: {
250
- color: theme('colors.white'),
251
- },
252
- },
253
- },
254
- }),
255
- fontFamily: {
256
- sans: ['Inter var', ...defaultTheme.fontFamily.sans],
257
- mono: ['Fira Code VF', ...defaultTheme.fontFamily.mono],
258
- source: ['Source Sans Pro', ...defaultTheme.fontFamily.sans],
259
- 'ubuntu-mono': ['Ubuntu Mono', ...defaultTheme.fontFamily.mono],
260
- },
261
- spacing: {
262
- 18: '4.5rem',
263
- full: '100%',
264
- },
265
- maxWidth: {
266
- '8xl': '90rem',
267
- },
268
- keyframes: {
269
- 'flash-code': {
270
- '0%': { backgroundColor: 'rgb(125 211 252 / 0.1)' },
271
- '100%': { backgroundColor: 'transparent' },
272
- },
273
- },
274
- animation: {
275
- 'flash-code': 'flash-code 1s forwards',
276
- 'flash-code-slow': 'flash-code 2s forwards',
277
- },
278
- backgroundImage: (theme) => ({
279
- squiggle: `url("${svgToDataUri(
280
- `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 3" enable-background="new 0 0 6 3" width="6" height="3" fill="${theme(
281
- 'colors.yellow.400'
282
- )}"><polygon points="5.5,0 2.5,3 1.1,3 4.1,0"/><polygon points="4,0 6,2 6,0.6 5.4,0"/><polygon points="0,2 1,3 2.4,3 0,0.6"/></svg>`
283
- )}")`,
284
- }),
285
- },
286
- },
287
- plugins: [
288
- require('@tailwindcss/line-clamp'),
289
- require('@tailwindcss/typography'),
290
- require('@tailwindcss/aspect-ratio'),
291
- function ({ addVariant }) {
292
- addVariant(
293
- 'supports-backdrop-blur',
294
- '@supports (backdrop-filter: blur(0)) or (-webkit-backdrop-filter: blur(0))'
295
- );
296
- addVariant('supports-scrollbars', '@supports selector(::-webkit-scrollbar)');
297
- addVariant('children', '& > *');
298
- addVariant('scrollbar', '&::-webkit-scrollbar');
299
- addVariant('scrollbar-track', '&::-webkit-scrollbar-track');
300
- addVariant('scrollbar-thumb', '&::-webkit-scrollbar-thumb');
301
- },
302
- function ({ matchUtilities, theme }) {
303
- matchUtilities(
304
- {
305
- 'bg-grid': (value) => ({
306
- backgroundImage: `url("${svgToDataUri(
307
- `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="none" stroke="${value}"><path d="M0 .5H31.5V32"/></svg>`
308
- )}")`,
309
- }),
310
- },
311
- { values: flattenColorPalette(theme('backgroundColor')), type: 'color' }
312
- );
313
-
314
- matchUtilities(
315
- {
316
- highlight: (value) => ({ boxShadow: `inset 0 1px 0 0 ${value}` }),
317
- },
318
- { values: flattenColorPalette(theme('backgroundColor')), type: 'color' }
319
- );
320
- },
321
- ],
322
- safelist: ['ml-8', 'ml-12', 'ml-16'],
323
- };
@@ -1,5 +0,0 @@
1
- test('adds 1 + 2 to equal 3', () => {
2
- expect(1 + 2).toBe(3);
3
- });
4
-
5
- export {};
@@ -1,36 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "lib": ["dom", "dom.iterable", "esnext"],
5
- "allowJs": true,
6
- "skipLibCheck": true,
7
- "strict": true,
8
- "forceConsistentCasingInFileNames": true,
9
- "noEmit": true,
10
- "esModuleInterop": true,
11
- "module": "esnext",
12
- "moduleResolution": "node",
13
- "resolveJsonModule": true,
14
- "isolatedModules": true,
15
- "jsx": "preserve",
16
- "incremental": true,
17
- "baseUrl": ".",
18
- "paths": {
19
- "@/*": ["src/*"]
20
- }
21
- },
22
- "include": [
23
- "next-env.d.ts",
24
- "./src/index.d.ts",
25
- "**/*.tsx",
26
- "**/*.jsx",
27
- "**/*.ts",
28
- "**/*.tsx",
29
- "next.config.js",
30
- "prebuild/index.js",
31
- "remark/withImportsInjected.js",
32
- "rehype/withLinkRoles.js",
33
- "tailwind.config.js"
34
- ],
35
- "exclude": ["node_modules"]
36
- }