Files
tyc-admin-v2/packages/@core/preferences/tsconfig.json

7 lines
163 B
JSON
Raw Normal View History

2026-01-22 16:02:38 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web.json",
"include": ["src", "__tests__"],
"exclude": ["node_modules"]
}