Rewrite popup with Svelte

This commit is contained in:
hensm
2022-06-03 16:08:09 +01:00
committed by Matt Hensman
parent 63f9af30ae
commit 8051904cb4
11 changed files with 531 additions and 728 deletions

View File

@@ -1,7 +1,6 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"jsx": "react",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "node",
"sourceMap": true,