2024-05-21 13:45:48 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "@vben/tsconfig/library.json",
|
2024-07-22 16:03:59 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["@vben-core/typings/vue-router"]
|
|
|
|
},
|
2024-06-02 15:46:18 +00:00
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules"]
|
2024-05-21 13:45:48 +00:00
|
|
|
}
|