UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

17 lines (14 loc) 336 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "Node 14", "compilerOptions": { "lib": ["es2020"], "module": "commonjs", "target": "es2020", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node" } }