victoria_seguros/jsrepo.json
2025-09-13 17:45:04 +02:00

13 lines
311 B
JSON

{
"$schema": "https://unpkg.com/jsrepo@1.47.1/schemas/project-config.json",
"repos": ["https://reactbits.dev/ts/tailwind"],
"includeTests": false,
"watermark": true,
"formatter": "prettier",
"configFiles": {},
"paths": {
"*": "./src/blocks",
"TextAnimations": "./src/TextAnimations"
}
}