detect-embeded/internal/stylelint-config/tsconfig.json

6 lines
121 B
JSON
Raw Normal View History

2024-11-14 13:43:41 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/ts-config/node.json",
"include": ["src"]
}