Add components for Act management and integrate Electron setup
This commit is contained in:
22
tsconfig.electron.json
Normal file
22
tsconfig.electron.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2022",
|
||||
"outDir": "dist/electron",
|
||||
"rootDir": "electron",
|
||||
"lib": ["ES2022"],
|
||||
"jsx": "react"
|
||||
},
|
||||
"include": [
|
||||
"electron/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"src",
|
||||
".next",
|
||||
"out"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user