mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-26 05:12:46 -07:00
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"polyfills": [
|
|
{
|
|
"identifier": "HTMLElement",
|
|
"import": {
|
|
"package": "@lit-labs/ssr-dom-shim",
|
|
"name": "HTMLElement"
|
|
}
|
|
},
|
|
{
|
|
"identifier": "customElements",
|
|
"import": {
|
|
"package": "@lit-labs/ssr-dom-shim",
|
|
"name": "customElements"
|
|
}
|
|
}
|
|
]
|
|
}
|