Initial commit: Electron video/audio calling client
This commit is contained in:
commit
9eb33512f4
22 changed files with 8848 additions and 0 deletions
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"extends": "@electron-toolkit/tsconfig/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "out",
|
||||
"jsx": "react-jsx",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"src/main/**/*",
|
||||
"src/preload/**/*",
|
||||
"src/renderer/**/*",
|
||||
"electron.vite.config.ts"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue