admin-vben/scripts/vsh/tsconfig.json

7 lines
151 B
JSON
Raw Permalink Normal View History

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