Files
edgetunnel/apps/edge-bypass-client/tsconfig.json
2022-12-06 02:06:58 +08:00

18 lines
274 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"target": "ES2022"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}