Files
openclaw/vendor/a2ui/specification/0.9/eval/tsconfig.json

12 lines
243 B
JSON
Raw Normal View History

2025-12-17 11:35:06 +01:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "lib",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}