Files
inbox-negotiator/tsconfig.json
2025-06-07 13:24:09 -03:00

16 lines
240 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
},
"include": [
"**/*.ts"
]
}