Files
iot_admin/packages/constants/tsconfig.json
lengzhiqiang 46e2049822 first commit
2025-07-23 14:01:21 +08:00

7 lines
150 B
JSON

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