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 b85d99b commit 4a2f097Copy full SHA for 4a2f097
lib/package.json
@@ -35,6 +35,11 @@
35
"tsc": "tsc --build",
36
"typecheck": "tsc --noEmit"
37
},
38
+ "typedoc": {
39
+ "entryPoint": "./src/index.ts",
40
+ "readmeFile": "./README.md",
41
+ "displayName": "@tomic/lib"
42
+ },
43
"source": "src/index.ts",
44
"type": "module",
45
"types": "dist/src/index.d.ts",
react/package.json
@@ -30,6 +30,11 @@
30
31
32
33
34
+ "displayName": "@tomic/react"
0 commit comments