Fix duplicate key in tsconfig

This commit is contained in:
Felipe Knorr Kuhn 2022-07-07 12:38:16 -07:00
parent 90dd78c2ec
commit 6bb1b8a64c
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"types": ["node"],
"module": "commonjs",
"target": "esnext",
"types": ["node", "jest"],