Text_Agent/tsconfig.json

14 lines
348 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["agenten/**/*.ts", "lib/**/*.ts", "schemas/**/*.ts", "types/**/*.d.ts"]
}