Files
honey-fe/tsconfig.json

8 lines
165 B
JSON
Raw Permalink Normal View History

2026-03-07 21:44:42 +02:00
{
"files": [],
2026-03-10 03:05:06 +02:00
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"resolveJsonModule": true
}
2026-03-07 21:44:42 +02:00
}