This commit is contained in:
2023-02-04 01:49:28 +08:00
parent 849aecac6b
commit 80593e3805
11 changed files with 614 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "es6",
"paths": {
"@/*": ["./*"]
}
}
}