13 lines
311 B
JSON
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"
|
|
}
|
|
}
|