This commit is contained in:
Fang-Pen Lin
2025-11-17 11:52:52 -08:00
parent 2ac739a6aa
commit 9a36b55f5f
2 changed files with 1 additions and 1 deletions

View File

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