Move AirPlay auth module to extension and add initial options UI

This commit is contained in:
hensm
2019-10-31 04:52:42 +00:00
parent b3b14f782d
commit b93bdcad8c
21 changed files with 740 additions and 168 deletions

View File

@@ -1,5 +1,9 @@
{
"extends": "../tsconfig"
, "include": [
"./src/**/*"
, "./@types/**/*"
]
, "compilerOptions": {
"jsx": "react"
, "lib": [ "esnext", "dom" ]