Throw looking OK-ish

This commit is contained in:
2020-03-29 10:37:10 -07:00
parent 4a1d126f9f
commit 2d7c90cb33
9 changed files with 263 additions and 20 deletions

View File

@@ -2,13 +2,8 @@
"compilerOptions": {
"module": "es2015",
"outDir": "modules",
"strictNullChecks": true,
"rootDir": "src",
"strict": true,
"target": "es2018"
},
"include": [
"src/**/*/"
],
"exclude": [
"node_modules"
]
}
}