mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
7 lines
151 B
JSON
7 lines
151 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/node.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|