Files
MemoryBear/web/tsconfig.json
2025-12-04 18:50:09 +08:00

11 lines
179 B
JSON

{
"files": [],
"compilerOptions": {
"ignoreDeprecations": "5.0"
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}