newsnow/tsconfig.node.json
2024-10-03 17:24:29 +08:00

13 lines
282 B
JSON

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