remove block limit and update packages

This commit is contained in:
Jiaxin Peng
2023-11-16 21:09:31 +00:00
parent 4433ea449d
commit 8201c706ea
15 changed files with 1125 additions and 413 deletions

View File

@@ -17,8 +17,8 @@
]
},
"include": [
"**/*.ts"
,
"src/Upload2Notion.ts"
"**/*.ts",
"src/Upload2Notion.ts",
"src/*.ts"
]
}