Refactor: continues to rewrite to TS

This commit is contained in:
SukkaW
2023-11-15 16:26:46 +08:00
parent ec338a659f
commit 99589cf2fc
32 changed files with 258 additions and 471 deletions

View File

@@ -16,7 +16,7 @@
"skipLibCheck": true
},
"include": [
"./Build/**/*.js",
"./Source/**/*.js",
"./Build/**/*.ts"
]
}