Fix build issues

This commit is contained in:
schmelczerandras 2020-10-22 21:49:39 +02:00
parent dd21c20b3a
commit af616042f3
5 changed files with 21 additions and 12 deletions

View file

@ -11,6 +11,7 @@
"downlevelIteration": true,
"moduleResolution": "node",
"module": "commonjs",
"skipLibCheck": true,
"composite": true,
"lib": ["dom", "es2017"]
},