Files
Tiber365/tsconfig.json
2025-07-24 18:46:24 +02:00

10 lines
172 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"@config": ["src/site.config.ts"]
}
}
}