Files
newsnow/tsconfig.node.json
2025-03-10 20:23:49 +08:00

14 lines
311 B
JSON

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