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 3d47974 commit fb17ce3Copy full SHA for fb17ce3
package.json
@@ -43,6 +43,9 @@
43
"build:docs": "typedoc --plugin typedoc-plugin-markdown --excludeExternals --out docs",
44
"prepublishOnly": "npm run allstatic && npm run test && npm run build && npm run test:build"
45
},
46
+ "resolutions": {
47
+ "rollup": "^3.29.5"
48
+ },
49
"prettier": {
50
"singleQuote": true,
51
"trailingComma": "all"
0 commit comments