working version with js electron set up sending data to channel and stuff through to the main process
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext",
|
||||
"es6"
|
||||
],
|
||||
"lib": ["dom", "dom.iterable", "esnext", "es6"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true,
|
||||
@@ -24,7 +19,5 @@
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
"include": ["src", "electron/global.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user