Initial commit

This commit is contained in:
js
2023-08-21 02:14:09 +00:00
commit c46c33eebf
7 changed files with 124 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"include": [
"src/**/*.d.ts"
],
"compilerOptions": {
//
}
}