Files
dotfiles/pi/.pi/agent/extensions/lsp-pi/tsconfig.json
2026-03-19 07:58:49 +01:00

14 lines
257 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"lib": ["ES2022"]
},
"include": ["*.ts"]
}