Skip to content

Commit ca04ef7

Browse files
committed
fix tsconfig
1 parent b13c54b commit ca04ef7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Node/youtube/functions/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"outDir": "lib",
77
"sourceMap": true,
88
"strict": true,
9-
"esModuleInterop": true
9+
"esModuleInterop": true,
10+
"skipLibCheck": true
1011
},
1112
"include": [
12-
"*.ts"
13+
"index.ts"
1314
],
1415
"exclude": [
1516
"node_modules"

0 commit comments

Comments
 (0)