Files
fullstack-starter-SQLite/apps/server/tsconfig.json
2026-01-21 15:00:11 +08:00

10 lines
147 B
JSON

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