Files
xfc_adminfront/packages/@core/preferences/tsconfig.json
2026-01-15 18:04:52 +08:00

7 lines
163 B
JSON

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