mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-18 10:56:26 +08:00
13 lines
291 B
JSON
13 lines
291 B
JSON
{
|
|
"extends": ["./tsconfig.base.json"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"#/*": ["server/*"],
|
|
"@shared/*": ["shared/*"]
|
|
}
|
|
},
|
|
"include": ["server", "*.config.*", "shared", "test", "scripts", "tools", "dist/.nitro/types"]
|
|
}
|