newsnow/tsconfig.node.json
2024-10-01 00:08:07 +08:00

13 lines
298 B
JSON

{
"extends": ["./tsconfig.base.json", "./dist/.nitro/types/tsconfig.json"],
"compilerOptions": {
"lib": ["ES2020"],
"baseUrl": ".",
"paths": {
"#/*": ["server/*"],
"@shared/*": ["shared/*"]
}
},
"include": ["server", "*.config.*", "shared", "test", "scripts"]
}