Files
imphnen-frontend-service/apps/landing/tsconfig.json
T

13 lines
223 B
JSON
Raw Normal View History

2025-04-26 20:32:58 +07:00
{
"extends": "astro/tsconfigs/strict",
2025-04-26 20:32:58 +07:00
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
2025-05-25 15:13:44 +07:00
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
"@data/*": ["src/data/*"]
2025-05-25 15:13:44 +07:00
}
}
2025-04-26 20:32:58 +07:00
}