Coding Assistant Server

{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "Node", "lib": ["ES2020", "DOM"], "rootDir": "./", "outDir": "build", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*", "test/**/*"], "exclude": ["node_modules", "build"] }