mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Rewrite options page with Svelte
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user