Files
pi-perplexity/tsconfig.json
T
2026-02-16 18:42:03 +00:00

14 lines
266 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": ["bun-types"]
},
"include": ["src", "test"]
}