@fgv/ts-res-browser 5.0.0-2 → 5.0.0-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/cli.js +132 -21
  2. package/dist/bundle.js +1 -1
  3. package/dist/bundle.js.LICENSE.txt +11 -1
  4. package/package.json +42 -36
  5. package/.rush/temp/587277bfc395406ad444e989b6c309b9698f534c.tar.log +0 -15
  6. package/.rush/temp/chunked-rush-logs/ts-res-browser.build.chunks.jsonl +0 -35
  7. package/.rush/temp/operation/build/all.log +0 -35
  8. package/.rush/temp/operation/build/log-chunks.jsonl +0 -35
  9. package/.rush/temp/operation/build/state.json +0 -3
  10. package/.rush/temp/shrinkwrap-deps.json +0 -1225
  11. package/TS_RES_BROWSER_PLAN.md +0 -689
  12. package/babel.config.js +0 -17
  13. package/config/jest.config.json +0 -13
  14. package/config/rig.json +0 -16
  15. package/postcss.config.js +0 -3
  16. package/public/index.html +0 -15
  17. package/rush-logs/ts-res-browser.build.cache.log +0 -3
  18. package/rush-logs/ts-res-browser.build.log +0 -35
  19. package/src/App.tsx +0 -274
  20. package/src/cli.ts +0 -44
  21. package/src/components/common/FileImporter.tsx +0 -143
  22. package/src/components/common/NavigationWarningModal.tsx +0 -62
  23. package/src/components/layout/AppLayout.tsx +0 -46
  24. package/src/components/layout/Header.tsx +0 -22
  25. package/src/components/layout/MessagesWindow.tsx +0 -108
  26. package/src/components/layout/Sidebar.tsx +0 -99
  27. package/src/components/tools/CompiledBrowser.tsx +0 -949
  28. package/src/components/tools/ConfigurationTool.tsx +0 -1405
  29. package/src/components/tools/FilterTool.tsx +0 -1114
  30. package/src/components/tools/ImportTool.tsx +0 -249
  31. package/src/components/tools/ResolutionViewer.tsx +0 -1672
  32. package/src/components/tools/SourceBrowser.tsx +0 -496
  33. package/src/components/tools/ZipLoader.tsx +0 -302
  34. package/src/hooks/useAppState.ts +0 -111
  35. package/src/hooks/useFileImport.ts +0 -86
  36. package/src/hooks/useNavigationWarning.ts +0 -67
  37. package/src/hooks/useResourceManager.ts +0 -295
  38. package/src/hooks/useUrlParams.ts +0 -56
  39. package/src/index.css +0 -38
  40. package/src/main.tsx +0 -16
  41. package/src/types/app.ts +0 -70
  42. package/src/types/fileSystemAccess.d.ts +0 -94
  43. package/src/utils/browserFileTreeAccessors.ts +0 -245
  44. package/src/utils/fileImport.ts +0 -336
  45. package/src/utils/fileTreeConverter.ts +0 -160
  46. package/src/utils/filterResources.ts +0 -677
  47. package/src/utils/tsResIntegration.ts +0 -467
  48. package/src/utils/urlParams.ts +0 -238
  49. package/src/utils/zip/browserZipFileTreeAccessors.ts +0 -385
  50. package/tailwind.config.js +0 -21
  51. package/test-data/README.md +0 -184
  52. package/test-data/config-variations/README.md +0 -64
  53. package/test-data/config-variations/composition-terminology.json +0 -112
  54. package/test-data/config-variations/enterprise-complex.json +0 -129
  55. package/test-data/config-variations/gaming-app.json +0 -87
  56. package/test-data/config-variations/high-priority-language.json +0 -65
  57. package/test-data/config-variations/minimal-basic.json +0 -37
  58. package/test-data/config-variations/qualifier-default-values.json +0 -71
  59. package/test-data/config-variations/territory-first.json +0 -68
  60. package/test-data/config-variations/territory-hierarchy-test.json +0 -31
  61. package/test-data/config-variations/territory-hierarchy-unconstrained.json +0 -32
  62. package/test-data/default-matching-test/greeting.res.json +0 -83
  63. package/test-data/default-matching-test/only-defaults.res.json +0 -48
  64. package/test-data/sample-project/package.json +0 -27
  65. package/test-data/sample-project/src/resources/app-config.json +0 -27
  66. package/test-data/sample-project/src/resources/app.json +0 -177
  67. package/test-data/sample-project/src/resources/config/app.env=development.json +0 -21
  68. package/test-data/sample-project/src/resources/config/app.json +0 -21
  69. package/test-data/sample-project/src/resources/config/app.platform=mobile.json +0 -23
  70. package/test-data/sample-project/src/resources/feature-flags.json +0 -23
  71. package/test-data/sample-project/src/resources/home=CA/common.json +0 -16
  72. package/test-data/sample-project/src/resources/images/density=hdpi.json +0 -29
  73. package/test-data/sample-project/src/resources/images/home.json +0 -29
  74. package/test-data/sample-project/src/resources/images/logout.json +0 -14
  75. package/test-data/sample-project/src/resources/images/settings.json +0 -14
  76. package/test-data/sample-project/src/resources/images/ui-icons.json +0 -29
  77. package/test-data/sample-project/src/resources/images/user.density=hdpi.json +0 -14
  78. package/test-data/sample-project/src/resources/images/user.json +0 -14
  79. package/test-data/sample-project/src/resources/lang=en-US/common.json +0 -15
  80. package/test-data/sample-project/src/resources/language=en-CA/ui-terms.json +0 -19
  81. package/test-data/sample-project/src/resources/language=en-GB/ui-terms.json +0 -30
  82. package/test-data/sample-project/src/resources/language=fr-CA/ui-terms.json +0 -25
  83. package/test-data/sample-project/src/resources/language=nl-BE/ui-terms.json +0 -17
  84. package/test-data/sample-project/src/resources/region=europe/feature-flags.json +0 -17
  85. package/test-data/sample-project/src/resources/region=north-america/feature-flags.json +0 -18
  86. package/test-data/sample-project/src/resources/strings/dashboard.home=CA,language=fr.json +0 -20
  87. package/test-data/sample-project/src/resources/strings/dashboard.json +0 -18
  88. package/test-data/sample-project/src/resources/strings/dashboard.role=admin.json +0 -23
  89. package/test-data/sample-project/src/resources/strings/dashboard.role=user.json +0 -21
  90. package/test-data/sample-project/src/resources/strings/language=en-US.json +0 -16
  91. package/test-data/sample-project/src/resources/strings.json +0 -78
  92. package/test-data/sample-project/src/resources/territory=BE/app-config.json +0 -19
  93. package/test-data/sample-project/src/resources/territory=CA/app-config.json +0 -21
  94. package/test-data/sample-project/src/resources/territory=GB/app-config.json +0 -25
  95. package/test-data/sample-project/src/resources/territory=NL/app-config.json +0 -25
  96. package/test-data/sample-project/src/resources/ui-terms.json +0 -96
  97. package/test-data/sample-project/src/resources-config.json +0 -111
  98. package/tsconfig.json +0 -27
  99. package/webpack.config.js +0 -60
@@ -1,30 +0,0 @@
1
- {
2
- "resources": {
3
- "ui-terms": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "Login": "Sign in",
9
- "Logout": "Sign out",
10
- "Settings": "Preferences",
11
- "Delete": "Remove",
12
- "MobilePhone": "Mobile phone",
13
- "ShoppingCart": "Basket",
14
- "ZipCode": "Postcode",
15
- "Color": "Colour",
16
- "Favorite": "Favourite",
17
- "Checkbox": "Tick box",
18
- "Update": "Refresh",
19
- "Help": "Support",
20
- "Home": "Homepage",
21
- "Notifications": "Alerts",
22
- "TermsOfService": "Terms and Conditions",
23
- "Password": "Passcode"
24
- },
25
- "isPartial": true
26
- }
27
- ]
28
- }
29
- }
30
- }
@@ -1,25 +0,0 @@
1
- {
2
- "resources": {
3
- "ui-terms": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "Login": "Ouverture de session",
9
- "Logout": "Fermeture de session",
10
- "Settings": "Réglages",
11
- "Delete": "Effacer",
12
- "MobilePhone": "Cellulaire",
13
- "ShoppingCart": "Panier d'épicerie",
14
- "Email": "Courriel",
15
- "Save": "Sauvegarder",
16
- "Update": "Actualisation",
17
- "Help": "Soutien",
18
- "Notifications": "Avis"
19
- },
20
- "isPartial": true
21
- }
22
- ]
23
- }
24
- }
25
- }
@@ -1,17 +0,0 @@
1
- {
2
- "resources": {
3
- "ui-terms": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "MobilePhone": "GSM",
9
- "Email": "E-post",
10
- "Settings": "Parameters"
11
- },
12
- "isPartial": true
13
- }
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "resources": {
3
- "feature-flags": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "socialLogin": false,
9
- "analytics": false,
10
- "chatSupport": true
11
- },
12
- "isPartial": true
13
- }
14
- ]
15
- }
16
- }
17
- }
@@ -1,18 +0,0 @@
1
- {
2
- "resources": {
3
- "feature-flags": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "betaFeatures": true,
9
- "darkMode": true,
10
- "adminPanel": true,
11
- "apiAccess": true
12
- },
13
- "isPartial": true
14
- }
15
- ]
16
- }
17
- }
18
- }
@@ -1,20 +0,0 @@
1
- {
2
- "candidates": [
3
- {
4
- "id": "dashboard",
5
- "resourceTypeName": "json",
6
- "json": {
7
- "title": "Tableau de bord",
8
- "overview": "Aperçu",
9
- "stats": "Statistiques",
10
- "recent_activity": "Activité récente",
11
- "notifications": "Notifications",
12
- "settings": "Paramètres",
13
- "profile": "Profil",
14
- "logout": "Déconnexion",
15
- "currency": "CAD",
16
- "timezone": "America/Toronto"
17
- }
18
- }
19
- ]
20
- }
@@ -1,18 +0,0 @@
1
- {
2
- "candidates": [
3
- {
4
- "id": "dashboard",
5
- "resourceTypeName": "json",
6
- "json": {
7
- "title": "Dashboard",
8
- "overview": "Overview",
9
- "stats": "Statistics",
10
- "recent_activity": "Recent Activity",
11
- "notifications": "Notifications",
12
- "settings": "Settings",
13
- "profile": "Profile",
14
- "logout": "Logout"
15
- }
16
- }
17
- ]
18
- }
@@ -1,23 +0,0 @@
1
- {
2
- "candidates": [
3
- {
4
- "id": "dashboard",
5
- "resourceTypeName": "json",
6
- "json": {
7
- "title": "Admin Dashboard",
8
- "overview": "System Overview",
9
- "stats": "System Statistics",
10
- "recent_activity": "System Activity",
11
- "notifications": "System Notifications",
12
- "settings": "System Settings",
13
- "profile": "Admin Profile",
14
- "logout": "Admin Logout",
15
- "user_management": "User Management",
16
- "system_logs": "System Logs",
17
- "monitoring": "System Monitoring",
18
- "reports": "Reports",
19
- "maintenance": "Maintenance Mode"
20
- }
21
- }
22
- ]
23
- }
@@ -1,21 +0,0 @@
1
- {
2
- "candidates": [
3
- {
4
- "id": "dashboard",
5
- "resourceTypeName": "json",
6
- "json": {
7
- "title": "User Dashboard",
8
- "overview": "My Overview",
9
- "stats": "My Statistics",
10
- "recent_activity": "My Recent Activity",
11
- "notifications": "My Notifications",
12
- "settings": "My Settings",
13
- "profile": "My Profile",
14
- "logout": "Sign Out",
15
- "help": "Help & Support",
16
- "tutorials": "Tutorials",
17
- "account_info": "Account Information"
18
- }
19
- }
20
- ]
21
- }
@@ -1,16 +0,0 @@
1
- {
2
- "candidates": [
3
- {
4
- "id": "strings",
5
- "resourceTypeName": "json",
6
- "json": {
7
- "welcome": "Welcome to the app",
8
- "hello": "Hello",
9
- "goodbye": "Goodbye",
10
- "date_format": "MM/DD/YYYY",
11
- "currency": "USD",
12
- "phone_format": "(XXX) XXX-XXXX"
13
- }
14
- }
15
- ]
16
- }
@@ -1,78 +0,0 @@
1
- {
2
- "resources": [
3
- {
4
- "id": "common",
5
- "resourceTypeName": "json",
6
- "candidates": [
7
- {
8
- "json": {
9
- "welcome": "Welcome to the application",
10
- "hello": "Hello",
11
- "goodbye": "Goodbye",
12
- "yes": "Yes",
13
- "no": "No",
14
- "cancel": "Cancel",
15
- "ok": "OK",
16
- "loading": "Loading...",
17
- "error": "An error occurred",
18
- "retry": "Retry"
19
- }
20
- },
21
- {
22
- "json": {
23
- "welcome": "Bienvenido a la aplicación",
24
- "hello": "Hola",
25
- "goodbye": "Adiós",
26
- "yes": "Sí",
27
- "no": "No",
28
- "cancel": "Cancelar",
29
- "ok": "Aceptar",
30
- "loading": "Cargando...",
31
- "error": "Ocurrió un error",
32
- "retry": "Reintentar"
33
- },
34
- "conditions": {
35
- "language": "es"
36
- }
37
- },
38
- {
39
- "json": {
40
- "welcome": "Bienvenue dans l'application",
41
- "hello": "Bonjour",
42
- "goodbye": "Au revoir",
43
- "yes": "Oui",
44
- "no": "Non",
45
- "cancel": "Annuler",
46
- "ok": "OK",
47
- "loading": "Chargement...",
48
- "error": "Une erreur s'est produite",
49
- "retry": "Réessayer"
50
- },
51
- "conditions": {
52
- "language": "fr"
53
- }
54
- }
55
- ]
56
- },
57
- {
58
- "id": "errors",
59
- "resourceTypeName": "json",
60
- "candidates": [
61
- {
62
- "json": {
63
- "validation_required": "This field is required",
64
- "validation_email": "Please enter a valid email address",
65
- "validation_password": "Password must be at least 8 characters",
66
- "validation_match": "Passwords do not match",
67
- "network_error": "Network connection failed",
68
- "server_error": "Server error occurred",
69
- "timeout_error": "Request timed out",
70
- "permission_denied": "Permission denied",
71
- "not_found": "Resource not found",
72
- "unknown_error": "An unknown error occurred"
73
- }
74
- }
75
- ]
76
- }
77
- ]
78
- }
@@ -1,19 +0,0 @@
1
- {
2
- "resources": {
3
- "app-config": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "currency": "EUR",
9
- "phoneFormat": "+32 ## ## ## ##",
10
- "supportEmail": "support@example.be",
11
- "supportPhone": "+32-800-555-0128",
12
- "legalEntity": "Example Belgium NV"
13
- },
14
- "isPartial": true
15
- }
16
- ]
17
- }
18
- }
19
- }
@@ -1,21 +0,0 @@
1
- {
2
- "resources": {
3
- "app-config": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "currency": "CAD",
9
- "dateFormat": "DD/MM/YYYY",
10
- "supportEmail": "support@example.ca",
11
- "supportPhone": "+1-800-555-0124",
12
- "legalEntity": "Example Canada Inc",
13
- "privacyPolicy": "https://example.ca/privacy",
14
- "termsOfService": "https://example.ca/terms"
15
- },
16
- "isPartial": true
17
- }
18
- ]
19
- }
20
- }
21
- }
@@ -1,25 +0,0 @@
1
- {
2
- "resources": {
3
- "app-config": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "currency": "GBP",
9
- "dateFormat": "DD/MM/YYYY",
10
- "timeFormat": "24h",
11
- "numberFormat": "en-GB",
12
- "measurement": "metric",
13
- "phoneFormat": "+44 #### ######",
14
- "supportEmail": "support@example.co.uk",
15
- "supportPhone": "+44-800-555-0125",
16
- "legalEntity": "Example UK Ltd",
17
- "privacyPolicy": "https://example.co.uk/privacy",
18
- "termsOfService": "https://example.co.uk/terms"
19
- },
20
- "isPartial": true
21
- }
22
- ]
23
- }
24
- }
25
- }
@@ -1,25 +0,0 @@
1
- {
2
- "resources": {
3
- "app-config": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "currency": "EUR",
9
- "dateFormat": "DD/MM/YYYY",
10
- "timeFormat": "24h",
11
- "numberFormat": "nl-NL",
12
- "measurement": "metric",
13
- "phoneFormat": "+31 ## ### ####",
14
- "supportEmail": "support@example.nl",
15
- "supportPhone": "+31-800-555-0127",
16
- "legalEntity": "Example Netherlands BV",
17
- "privacyPolicy": "https://example.nl/privacy",
18
- "termsOfService": "https://example.nl/terms"
19
- },
20
- "isPartial": true
21
- }
22
- ]
23
- }
24
- }
25
- }
@@ -1,96 +0,0 @@
1
- {
2
- "resources": {
3
- "ui-terms": {
4
- "resourceTypeName": "json",
5
- "candidates": [
6
- {
7
- "json": {
8
- "Login": "Log in",
9
- "Logout": "Log out",
10
- "Settings": "Settings",
11
- "Delete": "Delete",
12
- "MobilePhone": "Cell phone",
13
- "ShoppingCart": "Cart",
14
- "Email": "Email",
15
- "ZipCode": "Zip code",
16
- "Color": "Color",
17
- "Favorite": "Favorite",
18
- "Checkbox": "Checkbox",
19
- "Save": "Save",
20
- "Update": "Update",
21
- "Help": "Help",
22
- "File": "File",
23
- "Home": "Home",
24
- "Cancel": "Cancel",
25
- "Notifications": "Notifications",
26
- "TermsOfService": "Terms of Service",
27
- "Password": "Password",
28
- "Custom": "Custom",
29
- "Bespoke": "Bespoke"
30
- },
31
- "conditions": {
32
- "language": "en-US"
33
- }
34
- },
35
- {
36
- "json": {
37
- "Login": "Connexion",
38
- "Logout": "Déconnexion",
39
- "Settings": "Paramètres",
40
- "Delete": "Supprimer",
41
- "MobilePhone": "Portable",
42
- "ShoppingCart": "Caddie",
43
- "Email": "Email",
44
- "ZipCode": "Code postal",
45
- "Color": "Couleur",
46
- "Favorite": "Favori",
47
- "Checkbox": "Case à cocher",
48
- "Save": "Enregistrer",
49
- "Update": "Mise à jour",
50
- "Help": "Aide",
51
- "File": "Fichier",
52
- "Home": "Accueil",
53
- "Cancel": "Annuler",
54
- "Notifications": "Notifications",
55
- "TermsOfService": "Conditions d'utilisation",
56
- "Password": "Mot de passe",
57
- "Custom": "Personnalisé",
58
- "Bespoke": "Sur mesure"
59
- },
60
- "conditions": {
61
- "language": "fr-FR"
62
- }
63
- },
64
- {
65
- "json": {
66
- "Login": "Inloggen",
67
- "Logout": "Uitloggen",
68
- "Settings": "Instellingen",
69
- "Delete": "Verwijderen",
70
- "MobilePhone": "Mobiele telefoon",
71
- "ShoppingCart": "Winkelwagen",
72
- "Email": "E-mail",
73
- "ZipCode": "Postcode",
74
- "Color": "Kleur",
75
- "Favorite": "Favoriet",
76
- "Checkbox": "Selectievakje",
77
- "Save": "Opslaan",
78
- "Update": "Bijwerken",
79
- "Help": "Hulp",
80
- "File": "Bestand",
81
- "Home": "Thuis",
82
- "Cancel": "Annuleren",
83
- "Notifications": "Meldingen",
84
- "TermsOfService": "Gebruiksvoorwaarden",
85
- "Password": "Wachtwoord",
86
- "Custom": "Aangepast",
87
- "Bespoke": "Op maat"
88
- },
89
- "conditions": {
90
- "language": "nl-NL"
91
- }
92
- }
93
- ]
94
- }
95
- }
96
- }
@@ -1,111 +0,0 @@
1
- {
2
- "qualifierTypes": [
3
- {
4
- "name": "language",
5
- "systemType": "language"
6
- },
7
- {
8
- "name": "territory",
9
- "systemType": "territory",
10
- "configuration": {
11
- "allowContextList": true
12
- }
13
- },
14
- {
15
- "name": "role",
16
- "systemType": "literal",
17
- "configuration": {
18
- "allowContextList": false,
19
- "caseSensitive": false,
20
- "enumeratedValues": ["admin", "user", "guest", "anonymous"]
21
- }
22
- },
23
- {
24
- "name": "environment",
25
- "systemType": "literal",
26
- "configuration": {
27
- "enumeratedValues": ["development", "integration", "production", "test"]
28
- }
29
- },
30
- {
31
- "name": "platform",
32
- "systemType": "literal",
33
- "configuration": {
34
- "enumeratedValues": ["ios", "android", "web", "mobile", "tv", "desktop"]
35
- },
36
- "hierarchy": {
37
- "ios": "mobile",
38
- "android": "mobile"
39
- }
40
- },
41
- {
42
- "name": "density",
43
- "systemType": "literal",
44
- "configuration": {
45
- "allowContextList": false,
46
- "caseSensitive": false,
47
- "enumeratedValues": ["hdpi", "mdpi", "ldpi"]
48
- }
49
- },
50
- {
51
- "name": "region",
52
- "systemType": "literal",
53
- "configuration": {
54
- "allowContextList": false,
55
- "caseSensitive": false,
56
- "enumeratedValues": ["north-america", "europe", "asia-pacific", "latin-america"]
57
- }
58
- }
59
- ],
60
- "qualifiers": [
61
- {
62
- "name": "language",
63
- "typeName": "language",
64
- "defaultPriority": 800,
65
- "token": "lang"
66
- },
67
- {
68
- "name": "homeTerritory",
69
- "typeName": "territory",
70
- "defaultPriority": 850,
71
- "token": "home",
72
- "tokenIsOptional": true
73
- },
74
- {
75
- "name": "territory",
76
- "typeName": "territory",
77
- "defaultPriority": 700
78
- },
79
- {
80
- "name": "role",
81
- "typeName": "role",
82
- "defaultPriority": 500
83
- },
84
- {
85
- "name": "env",
86
- "typeName": "environment",
87
- "defaultPriority": 400
88
- },
89
- {
90
- "name": "platform",
91
- "typeName": "platform",
92
- "defaultPriority": 300
93
- },
94
- {
95
- "name": "density",
96
- "typeName": "density",
97
- "defaultPriority": 200
98
- },
99
- {
100
- "name": "region",
101
- "typeName": "region",
102
- "defaultPriority": 600
103
- }
104
- ],
105
- "resourceTypes": [
106
- {
107
- "name": "json",
108
- "typeName": "json"
109
- }
110
- ]
111
- }
package/tsconfig.json DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2020",
4
- "module": "ESNext",
5
- "lib": ["ES2020", "DOM", "DOM.Iterable"],
6
- "allowJs": true,
7
- "skipLibCheck": true,
8
- "esModuleInterop": true,
9
- "allowSyntheticDefaultImports": true,
10
- "strict": true,
11
- "forceConsistentCasingInFileNames": true,
12
- "moduleResolution": "node",
13
- "resolveJsonModule": true,
14
- "isolatedModules": true,
15
- "noEmit": true,
16
- "jsx": "react-jsx",
17
- "declaration": true,
18
- "outDir": "./lib",
19
- "rootDir": "./src",
20
- "baseUrl": "./src",
21
- "paths": {
22
- "@/*": ["./*"]
23
- }
24
- },
25
- "include": ["src/**/*"],
26
- "exclude": ["node_modules", "dist", "lib"]
27
- }