{ "compilerOptions": { "resolvePackageJsonExports": true, "isolatedModules": true, "removeComments": true, "allowSyntheticDefaultImports": true, "module": "NodeNext", "target": "esnext", "useDefineForClassFields": false, "noImplicitAny": false, "sourceMap": true, "allowJs": false, "newLine": "LF", "noEmit": true, "allowImportingTsExtensions": true, "moduleResolution": "NodeNext", "experimentalDecorators": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "strict": false, "rootDir": ".", "outDir": "dist", "incremental": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "types": [ "node" ], "typeRoots": [ "node_modules/@types" ], "paths": { "~/*": [ "./src/*" ], "@/*": [ "./agents/*" ], "@/app.ts": [ "./agents/app.ts" ] } } }