skills/prototypes/pi-web-ui-lan/tsconfig.json
dan 131fb86852 feat(prototypes): add pi-web-ui-lan prototype
LAN-accessible web UI for pi agent interaction.
2026-01-24 09:40:43 -08:00

16 lines
354 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"useDefineForClassFields": false
},
"include": ["src/**/*"]
}