2024-05-19 13:20:42 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"extends": "@vben/tsconfig/web.json",
|
2024-09-19 13:56:49 +00:00
|
|
|
"include": ["src", "__tests__"],
|
2024-06-02 15:46:18 +00:00
|
|
|
"exclude": ["node_modules"]
|
2024-05-19 13:20:42 +00:00
|
|
|
}
|