Files
fullstack-starter/apps/demo-server/tsconfig.json
2026-01-21 14:41:56 +08:00

10 lines
147 B
JSON

{
"extends": "@furtherverse/tsconfig/react.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}