feat: add companion API and Android APK shell
This commit is contained in:
@@ -1 +1,25 @@
|
||||
{"extends":"../../tsconfig.base.json","compilerOptions":{"jsx":"react-jsx","lib":["ES2022","DOM","DOM.Iterable"],"types":["vite/client"],"noEmit":true},"references":[{"path":"../../packages/shared"}],"include":["src","vite.config.ts"]}
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"lib": [
|
||||
"ES2022",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"types": [
|
||||
"vite/client"
|
||||
],
|
||||
"noEmit": true
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../../packages/shared"
|
||||
}
|
||||
],
|
||||
"include": [
|
||||
"src",
|
||||
"vite.config.ts",
|
||||
"capacitor.config.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user