mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"extends": "@ourongxing/tsconfig",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"#/*": ["server/*"],
|
|
"@shared/*": ["shared/*"]
|
|
}
|
|
},
|
|
"include": ["server", "*.config.*", "shared"]
|
|
}
|