vue-vben-admin/internal/eslint-config/tsconfig.json

6 lines
121 B
JSON
Raw Normal View History

2023-04-04 17:13:09 +08:00
{
2023-04-04 17:29:58 +08:00
"$schema": "https://json.schemastore.org/tsconfig",
2023-04-04 17:13:09 +08:00
"extends": "@vben/ts-config/node.json",
"include": ["src"]
}