Files
page-agent/packages/llms/tsconfig.json

9 lines
221 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}