Files
EasyFlow/easyflow-ui-usercenter/internal/lint-configs/eslint-config/tsconfig.json
2026-02-22 18:56:10 +08:00

7 lines
155 B
JSON

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