fix build, add docs

This commit is contained in:
Anton Lavrenov
2021-09-23 16:43:38 -05:00
parent 88e3954c80
commit 7a6faebfc4
6 changed files with 7816 additions and 43 deletions

View File

@@ -7,7 +7,7 @@
"lib": ["ES2015", "dom"],
"moduleResolution": "node",
"declaration": true,
"removeComments": true
"removeComments": false
// "noImplicitAny": true,
// "strict": true
},