hub-site/tsconfig.json

19 lines
280 B
JSON
Raw Permalink 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": {
2024-11-16 14:14:49 -08:00
"module": "NodeNext",
"moduleResolution": "NodeNext"
2024-11-15 09:13:20 -08:00
}
}