committed by
GitHub
1 changed files with 3 additions and 0 deletions
@ -1,6 +1,9 @@ |
|||||
{ |
{ |
||||
"$schema": "https://json.schemastore.org/tsconfig", |
"$schema": "https://json.schemastore.org/tsconfig", |
||||
"extends": "@vben/tsconfig/node.json", |
"extends": "@vben/tsconfig/node.json", |
||||
|
"compilerOptions": { |
||||
|
"moduleResolution": "bundler" |
||||
|
}, |
||||
"include": ["src"], |
"include": ["src"], |
||||
"exclude": ["node_modules"] |
"exclude": ["node_modules"] |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue