Files
iAOP/deploy/fba/fba-ui-src/internal/tailwind-config/tsconfig.json
T

7 lines
150 B
JSON
Raw Normal View History

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