补充init

This commit is contained in:
dayjoy
2026-03-10 15:44:27 +08:00
parent 27f5259a03
commit 637f351801
3 changed files with 302 additions and 13 deletions

View File

@@ -20,6 +20,9 @@
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"strictBindCallApply": false,
"noFallthroughCasesInSwitch": false
"noFallthroughCasesInSwitch": false,
"paths": {
"@/*": ["src/*"]
}
}
}