Files
moreminimore-vibe/tsconfig.json
Kunthawat Greethong 11986a0196 Add project files
2025-12-05 09:26:53 +07:00

19 lines
259 B
JSON

{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"skipLibCheck": true
}
}