This commit is contained in:
Ou
2024-09-29 20:57:24 +08:00
parent 51429cdd54
commit 0f8ec14ddf
36 changed files with 992 additions and 206 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"extends": "@ourongxing/tsconfig",
"extends": ["./tsconfig.base.json", "./dist/.nitro/types/tsconfig.json"],
"compilerOptions": {
"lib": ["ES2020"],
"baseUrl": ".",
@@ -8,5 +8,5 @@
"@shared/*": ["shared/*"]
}
},
"include": ["server", "*.config.*", "shared"]
"include": ["server", "*.config.*", "shared", "test"]
}