Files
clawdbot/vendor/a2ui/specification/0.9/eval/tsconfig.json
2025-12-17 11:35:06 +01:00

12 lines
243 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "lib",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}