Update TypeScript codes.

This commit is contained in:
Yudong Jin
2023-02-02 03:08:43 +08:00
parent 7d14c9440e
commit 29dbe8cd82
21 changed files with 94 additions and 62 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"outDir": "out",
"sourceMap": true
}
}