Various typing and build fixes to enable CI

This commit is contained in:
Felipe Knorr Kuhn
2022-06-27 21:28:21 -07:00
parent c738816cb6
commit 19ae01defb
8 changed files with 98 additions and 49 deletions

View File

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"types": ["node"],
"module": "commonjs",
"target": "esnext",
"lib": ["es2019", "dom"],
@@ -11,7 +12,8 @@
"typeRoots": [
"node_modules/@types"
],
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"src/**/*.ts"