mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": ["./src/*"],
|
|
"@bdd_routes/bdd-nock-router": ["./src/server/routes/bdd/bdd-nock-router.dev.ts"]
|
|
}
|
|
}
|
|
}
|