2024-05-19 21:20:42 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"extends": "@vben/tsconfig/node.json",
|
2026-05-22 07:25:50 +08:00
|
|
|
"include": ["src", "tsdown.config.ts"],
|
2024-06-02 23:46:18 +08:00
|
|
|
"exclude": ["node_modules"]
|
2024-05-19 21:20:42 +08:00
|
|
|
}
|