demo1/tsconfig.json

16 lines
217 B
JSON
Raw Normal View History

2024-11-27 17:34:57 +08:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
},
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
}
]
}