Fix configs

This commit is contained in:
Fang-Pen Lin
2025-11-17 12:16:35 -08:00
parent da41eeb2be
commit ea8de6e2fc
3 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@app/*": ["./src/*"],
"@bdd_routes/bdd-nock-router": ["./src/server/routes/bdd/bdd-nock-router.dev.ts"]
}
}