1
1
mirror of https://github.com/neosubhamoy/neodlp-website.git synced 2026-05-06 18:35:50 +05:30
Files
neodlp-website/tsconfig.json

19 lines
274 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"paths": {
"@/*": [
"./src/*"
]
}
}
}