Migrate popup UI to Preact and Tailwind CSS
This commit is contained in:
+3
-1
@@ -12,7 +12,9 @@
|
||||
"outDir": "extension",
|
||||
"types": ["node", "chrome"],
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"strictBindCallApply": true
|
||||
"strictBindCallApply": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user