diff --git a/.changeset/config.json b/.changeset/config.json index e13042f0c2..7c3d4c9697 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -24,6 +24,7 @@ "preact-ts", "svelte-ts", "vanilla-ts", + "lit-ts", "website" ] } diff --git a/examples/lit-ts/.gitignore b/examples/lit-ts/.gitignore new file mode 100644 index 0000000000..a547bf36d8 --- /dev/null +++ b/examples/lit-ts/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/examples/lit-ts/index.html b/examples/lit-ts/index.html new file mode 100644 index 0000000000..c7931fe365 --- /dev/null +++ b/examples/lit-ts/index.html @@ -0,0 +1,19 @@ + + +
+ + + +