Update tsconfig.json (#37)

Cosmetic: remove trailing space
This commit is contained in:
Thomas Fuchs 2023-05-30 18:28:30 -07:00 committed by GitHub
parent 853a20eae0
commit 81238d56fc

View file

@ -3,7 +3,7 @@
"compilerOptions": {
"lib": [
"ESNext",
],
],
"outDir": "dist",
"module": "CommonJS",
"target": "ES6",
@ -18,4 +18,4 @@
"exclude": [
"node_modules"
]
}
}