2024-05-19 13:20:42 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
2024-06-02 07:04:37 +00:00
|
|
|
"extends": "@vben/tsconfig/web.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["@vben-core/typings/vue-router"]
|
|
|
|
},
|
2024-05-19 13:20:42 +00:00
|
|
|
"include": ["src"]
|
|
|
|
}
|