Files
qnc-admin-v3/internal/node-utils/tsconfig.json

7 lines
151 B
JSON
Raw Permalink Normal View History

2026-01-10 18:11:29 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"include": ["src"],
"exclude": ["node_modules"]
}