Rewrite options page with Svelte

This commit is contained in:
hensm
2022-06-02 20:16:01 +01:00
committed by Matt Hensman
parent c2f00a2412
commit 63f9af30ae
15 changed files with 1741 additions and 1094 deletions

View File

@@ -1,9 +1,10 @@
{
"extends": "../tsconfig"
, "compilerOptions": {
"jsx": "react"
, "lib": [ "ESNext", "DOM", "DOM.Iterable" ]
, "moduleResolution": "node"
, "sourceMap": true
"extends": "../tsconfig",
"compilerOptions": {
"jsx": "react",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "node",
"sourceMap": true,
"module": "esnext"
}
}