Files
medusa-store/www/packages/docs-utils/tsconfig.tests.json
Shahed Nasser 43951ce60e docs: add npx2yarn component (#14512)
* initial

* initial

* update tests

* remove unused import

* allow passing with no tests

* vale fixes
2026-01-12 13:42:30 +02:00

10 lines
184 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"include": [
"src/**/*",
"__tests__/**/*",
"__mocks__/**/*"
],
"exclude": []
}