Skip to content

Commit

Permalink
fix: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Jul 3, 2024
1 parent 367141b commit 0bc1386
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions firestore-stripe-payments/functions/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": [
"es2017"
],
"types": [
"../node_modules/stripe/types/2024-06-20",
"jest",
"node"
],
"lib": ["es2017"],
"types": ["../node_modules/stripe/types/2024-06-20", "jest", "node"],
"rootDir": "./"
},
"include": [
"../__tests__"
],
"exclude": [
"../node_modules"
]
}
"include": ["../__tests__"],
"exclude": ["../node_modules"]
}

0 comments on commit 0bc1386

Please sign in to comment.