openstamanager/.barrelsby.config.json

17 lines
223 B
JSON

{
"directory": [
"resources/js"
],
"delete": true,
"exclude": [
"_material.ts",
"app.ts",
"styles.ts"
],
"include": [
".(?<!d\\.)(ts|tsx)$"
],
"location": "all",
"singleQuotes": true
}