7 lines
163 B
JSON
7 lines
163 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web.json",
|
|
"include": ["src", "__tests__"],
|
|
"exclude": ["node_modules"]
|
|
}
|