Files
fst_data_factory_frontandback/packages/effects/access/tsconfig.json

7 lines
150 B
JSON
Raw Normal View History

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