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 cbdac3417e
commit f02b113747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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