mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Rewrite options page with Svelte
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true
|
||||
, "module": "commonjs"
|
||||
, "noImplicitAny": true
|
||||
, "noUnusedParameters": true
|
||||
, "removeComments": true
|
||||
, "resolveJsonModule": true
|
||||
, "target": "es6"
|
||||
, "strict": true
|
||||
}
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"noImplicitAny": true,
|
||||
"noUnusedParameters": true,
|
||||
"removeComments": true,
|
||||
"resolveJsonModule": true,
|
||||
"target": "es6",
|
||||
"strict": true
|
||||
},
|
||||
"exclude": ["node_modules/**/*", "dist/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user