Merge remote-tracking branch 'parent/main' into upstream-20240115

This commit is contained in:
KMY 2024-01-15 11:08:37 +09:00
commit 673e09d645
338 changed files with 1095 additions and 540 deletions

View file

@ -13,7 +13,7 @@
},
"scripts": {
"start": "node ./index.js",
"check:types": "tsc --noEmit"
"typecheck": "tsc --noEmit"
},
"dependencies": {
"cors": "^2.8.5",

View file

@ -5,6 +5,7 @@
"module": "CommonJS",
"moduleResolution": "node",
"noUnusedParameters": false,
"tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
"paths": {}
},
"include": ["./*.js", "./.eslintrc.js"]