hub-site/tsconfig.json

18 lines
244 B
JSON
Raw Normal View History

2024-11-15 09:13:20 -08:00
{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"module": "NodeNext"
}
}