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