refactor progress

This commit is contained in:
Craig
2020-01-22 17:16:40 +00:00
parent d497806443
commit 8ba1b68a21
55 changed files with 4899 additions and 761 deletions

View File

@ -10,9 +10,11 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
"types": [
"webpack-env"
"webpack-env",
"w3c-image-capture"
],
"paths": {
"~/*": [
@ -27,7 +29,7 @@
"dom",
"dom.iterable",
"scripthost"
]
],
},
"include": [
"src/**/*.ts",