newsnow/tsconfig.node.json
2024-09-26 19:16:42 +08:00

13 lines
240 B
JSON

{
"extends": "@ourongxing/tsconfig",
"compilerOptions": {
"lib": ["ES2020"],
"baseUrl": ".",
"paths": {
"#/*": ["server/*"],
"@shared/*": ["shared/*"]
}
},
"include": ["server", "*.config.*", "shared"]
}