excursions/tsconfig.json
lootboxer febaa818f1
Some checks failed
/ deploy (push) Failing after 1m5s
added src to tsconfig.json
2025-07-01 03:13:12 +03:00

19 lines
333 B
JSON

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