excursions/tsconfig.json
lootboxer 25fcbcfe93
Some checks failed
/ deploy (push) Failing after 1m37s
tsconfig.json2
2025-07-01 03:16:20 +03:00

19 lines
334 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"baseUrl": ".",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"],
"@server/*": ["./server/src/*"]
},
"jsx": "react-jsx",
"include":["src"],
"references": [
{
"path": "src",
"prepend": true
}
]
}
}