Files
Jurgis Sakalauskas b20ab30ece add shared
2025-10-14 09:14:01 +03:00

19 lines
363 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"jsx": "react-jsx",
"types": ["vite/client"],
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"paths": {
"@shared/*": ["../../shared/*.d.ts"]
}
},
"include": [
"src"
]
}