Skip to content

Commit cd4da12

Browse files
committed
fix compile (don't actually emit any files now that we're using type stripping)
1 parent 0df09c2 commit cd4da12

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Node/youtube/functions/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

Node/youtube/functions/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
43
"moduleResolution": "node",
5-
"target": "ES2022",
6-
"outDir": "lib",
4+
"noEmit": true,
75
"sourceMap": true,
86
"strict": true,
97
"esModuleInterop": true,

0 commit comments

Comments
 (0)