Skip to content

Commit 4efebb8

Browse files
authored
fix:update (#6635)
1 parent 9ce0df8 commit 4efebb8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

apps/backend-mock/tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
{
2-
"$schema": "https://json.schemastore.org/tsconfig",
3-
"extends": "@vben/tsconfig/node.json",
4-
"compilerOptions": {
5-
"composite": true,
6-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
7-
"baseUrl": ".",
8-
"paths": {
9-
"~/utils/*": ["utils/*"]
10-
},
11-
"noEmit": false
12-
},
13-
"include": ["**/*.ts", "**/*.*.ts"]
2+
"extends": "./.nitro/types/tsconfig.json"
143
}

0 commit comments

Comments
 (0)