newsnow/tsconfig.node.json
2024-09-29 20:57:24 +08:00

13 lines
287 B
JSON

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