Skip to content

Commit 9eabc6a

Browse files
committed
no ts for stripe-listener
1 parent 0826652 commit 9eabc6a

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

apps/stripe-listener/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"scripts": {
77
"clean": "git clean -xdf .cache .turbo node_modules tsconfig.tsbuildinfo",
88
"dev": "stripe listen --forward-to localhost:3000/api/auth/stripe/webhook",
9-
"typecheck": "tsc --noEmit"
9+
"typecheck": "echo 'No TypeScript files to check in stripe-listener'"
1010
},
11-
"devDependencies": {
12-
"@acme/tsconfig": "workspace:*",
13-
"@types/node": "^22.15.29"
14-
}
11+
"devDependencies": {}
1512
}

apps/stripe-listener/tsconfig.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/stripe-listener/turbo.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
"persistent": true
77
}
88
}
9-
}
10-
9+
}

0 commit comments

Comments
 (0)