UNPKG

daggerai

Version:

A simple and powerful Typescript based agent framework to help businesses thrive in the AI Agent revolution.

42 lines (41 loc) 1.24 kB
{ "compilerOptions": { "composite": true, "module": "CommonJS", "target": "ESNext", "lib": ["ESNext"], "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "alwaysStrict": true, "noImplicitAny": true, "strictNullChecks": true, "useUnknownInCatchVariables": true, "strictPropertyInitialization": true, "strictFunctionTypes": true, "jsx": "react-jsx", "noImplicitThis": true, "strictBindCallApply": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, "noImplicitOverride": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "noImplicitUseStrict": false, "sourceMap": true, "suppressExcessPropertyErrors": false, "suppressImplicitAnyIndexErrors": false, "noStrictGenericChecks": false, "declaration": true, "declarationMap": true, "allowSyntheticDefaultImports": true, "outDir": "dist" }, "include": ["src/**/*.ts", "src/**/*.json", "src/**/*.tsx"], "exclude": ["node_modules/*"] }