Browse Source

fix:update (#6635)

pull/6625/head
谦元吉 6 months ago
committed by GitHub
parent
commit
4efebb8c0b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      apps/backend-mock/tsconfig.json

13
apps/backend-mock/tsconfig.json

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

Loading…
Cancel
Save