First release

This commit is contained in:
Shibo Lyu 2020-10-31 14:30:33 +00:00
commit fbc46d8f4b
17 changed files with 3131 additions and 0 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"moduleResolution": "node",
"target": "ES6"
}
}