init the repo

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
commit 5b367486ce
7 changed files with 70 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "build"
},
"compileOnSave": true
}