pansoft-plrl/internal/tailwind-config/tsconfig.json

7 lines
151 B
JSON
Raw Permalink Normal View History

2024-09-10 22:30:01 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/node.json",
"include": ["src"],
"exclude": ["node_modules"]
}