rudibridge-mirror/frontend/tsconfig.json

18 lines
244 B
JSON
Raw Permalink Normal View History

2024-05-12 09:31:51 +00:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"module": "NodeNext"
}
}