mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bdd_routes/bdd-nock-router": ["./src/server/routes/bdd/bdd-nock-router.dev.ts"]
|
|
}
|
|
}
|
|
}
|