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

13 lines
261 B
JSON

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