Files
medusa-store/www/apps/cloud/tsconfig.json
2025-06-12 11:29:14 +03:00

20 lines
279 B
JSON

{
"extends": "tsconfig/nextjs.json",
"compilerOptions": {
"paths": {
"@/*": [
"./*"
]
},
"jsx": "preserve",
},
"include": [
"next-env.d.ts",
"**/*.tsx",
"**/*.ts",
"**/*.js",
".next/types/**/*.ts",
"**/*.mjs"
]
}