Files
ruoyi-plus-vben5-h/internal/lint-configs/oxlint-config/tsconfig.json
2026-03-13 20:25:25 +08:00

7 lines
151 B
JSON

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