2024-05-19 13:20:42 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "@vben/tsconfig/web.json",
|
2024-06-23 15:18:55 +00:00
|
|
|
"compilerOptions": {
|
2024-07-05 03:12:38 +00:00
|
|
|
"types": ["@vben/types/global"]
|
2024-06-23 15:18:55 +00:00
|
|
|
},
|
2024-06-02 15:46:18 +00:00
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules"]
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|