Skip to content

Commit

Permalink
#37526 bugfix for test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbe1987 committed Dec 6, 2024
1 parent a983978 commit 61b18f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paypal-commercetools-extension/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"exclude": ["node_modules", "**/*.spec.ts", "tests/setup-tests.ts"],
"exclude": ["node_modules", "**/*.spec.ts", "tests/setup-tests.ts", "tests/constants.ts"],
"compilerOptions": {
"resolveJsonModule": true,
"outDir": "./build",
Expand Down

0 comments on commit 61b18f2

Please sign in to comment.