committed by
GitHub
1 changed files with 1 additions and 12 deletions
@ -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…
Reference in new issue