demo1/tsconfig.json
2024-11-27 17:34:57 +08:00

16 lines
217 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
},
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}