jam/tsconfig.json
Nischal Shetty ee5ea32379
initialize Jam V2
Co-authored-by: theborakompanioni <theborakompanioni+github@gmail.com>
2025-06-20 01:19:54 +05:30

17 lines
233 B
JSON

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