Files
medusa-store/www/tsconfig.json
Shahed Nasser 938f3bd934 docs: update to next 15 + eslint 9 (#9839)
* update next

* updated react

* update eslint

* finish updating eslint

* fix content lint errors

* fix docs test

* fix vale action

* fix installation errors
2024-11-13 17:03:17 +02:00

8 lines
225 B
JSON

{
"extends": ["tsconfig/base.json"],
"compilerOptions": {
"rootDir": "."
},
"include": ["**/*.ts", "**/*.js", "**/*.tsx", "**/*.jsx", "**/*.mjs"],
"exclude": ["**/node_modules/**", "**/dist/**", "**/build/**"]
}