We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b546ff5 commit 882daf6Copy full SHA for 882daf6
apps/site/next.fonts.ts
@@ -16,5 +16,6 @@ export const OPEN_SANS = Open_Sans({
16
export const IBM_PLEX_MONO = IBM_Plex_Mono({
17
weight: ['400', '600'],
18
subsets: ['latin'],
19
+ fallback: ['ui-monospace'],
20
variable: '--font-ibm-plex-mono',
21
});
apps/site/pages/en/learn/typescript/publishing-a-ts-package.md
@@ -61,10 +61,10 @@ example-ts-pkg/
61
│ │ ├ foo.fixture.js
62
│ │ ├ main.test.ts
63
│ ├ main.ts
64
-│ └ some-util.ts
65
-│ │ ├ __test__
66
-│ │ └ some-util.test.ts
67
-│ │ └ some-util.ts
+│ └ some-util/
+│ ├ __test__
+│ │ └ some-util.test.ts
+│ └ some-util.ts
68
├ LICENSE
69
├ package.json
70
├ README.md
0 commit comments