1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix: avoid adding WASM example without DOM definitions (#244)

also add tooling for reviewing integration test results

fix #243
This commit is contained in:
Jason Dreyzehner
2020-09-08 19:18:36 -04:00
committed by GitHub
parent 743270414c
commit c16e8589f3
8 changed files with 104 additions and 29 deletions

View File

@@ -9,6 +9,7 @@
"declaration": true,
"inlineSourceMap": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"resolveJsonModule": true /* Include modules imported with .json extension. */,
"strict": true /* Enable all strict type-checking options. */,