Run Perplexity search and auth requests through pi's Node runtime instead of shelling out to Bun. Move development and CI commands to npm, add a Node test build path, and keep OTP auth fail-fast when Set-Cookie headers are not available.
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": ".tmp-test",
|
|
"rootDir": ".",
|
|
"sourceMap": false
|
|
},
|
|
"exclude": ["node_modules", ".tmp-test"]
|
|
}
|