feat(app): add web electron toolkit support
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowImportingTsExtensions": false,
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"noEmit": false,
|
||||
"outDir": "dist/electron",
|
||||
"rootDir": "electron",
|
||||
"target": "ES2022",
|
||||
"types": ["node"],
|
||||
"verbatimModuleSyntax": false
|
||||
},
|
||||
"include": ["electron/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user