sandbox-agent/scripts/release/tsconfig.json
Nathan Flurry 29b159ca20 wip
2026-01-27 13:56:09 -08:00

12 lines
234 B
JSON

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