Skip to content

Commit 0d6b074

Browse files
committed
build: make electron build work
1 parent 95d8a9c commit 0d6b074

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

android/.idea/gradle.xml

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/tsconfig.electron.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"experimentalDecorators": true,
1010
"skipLibCheck": true,
1111
"typeRoots": ["node_modules/@types"],
12+
"downlevelIteration": true,
1213
"lib": ["dom"]
1314
},
1415
"include": ["main.ts", "**/*.ts"],

0 commit comments

Comments
 (0)