mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-09 16:01:09 +08:00
9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web.json",
|
|
"compilerOptions": {
|
|
"types": ["@vben-core/typings/vue-router"]
|
|
},
|
|
"include": ["src"]
|
|
}
|