Browse Source

fix:update (#6635)

谦元吉 1 month ago
parent
commit
4efebb8c0b
1 changed files with 1 additions and 12 deletions
  1. 1 12
      apps/backend-mock/tsconfig.json

+ 1 - 12
apps/backend-mock/tsconfig.json

@@ -1,14 +1,3 @@
 {
-  "$schema": "https://json.schemastore.org/tsconfig",
-  "extends": "@vben/tsconfig/node.json",
-  "compilerOptions": {
-    "composite": true,
-    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
-    "baseUrl": ".",
-    "paths": {
-      "~/utils/*": ["utils/*"]
-    },
-    "noEmit": false
-  },
-  "include": ["**/*.ts", "**/*.*.ts"]
+  "extends": "./.nitro/types/tsconfig.json"
 }