fix exception parser scope

This commit is contained in:
tiagosiebler
2021-01-21 08:52:33 +00:00
parent a6dad12e95
commit 8981d2cf65
3 changed files with 4 additions and 4 deletions

View File

@@ -6,12 +6,12 @@
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"removeComments": false,
"noEmitOnError": true,
"noImplicitAny": false,
"strictNullChecks": true,
"skipLibCheck": true,
"sourceMap": true,
"esModuleInterop": true,
"lib": ["es2017","dom"],
"baseUrl": ".",