Files
archived-osu-radio/tsconfig.json
2024-10-11 23:08:45 -04:00

15 lines
186 B
JSON

{
"files": [],
"compilerOptions": {
"jsx": "react"
},
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.web.json"
}
]
}