Files
stock-h5/tsconfig.json
2026-03-19 15:02:23 +08:00

18 lines
251 B
JSON

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