sync working code, and import type-doc

This commit is contained in:
2023-07-17 17:24:49 +08:00
parent 7ab7a7094a
commit 3e9ee59178
43 changed files with 1024 additions and 1553 deletions

10
tsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"include": [
"./lib/functions*",
"./lib/ui/**/*"
],
"exclude": [
"./dist",
"node_modules"
]
}