mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"module": "ES2022",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@copilotkit/angular": [".staged-angular-package"],
|
|
"@copilotkit/angular/*": [".staged-angular-package/*"],
|
|
"@copilotkit/a2ui-renderer/web-components": [
|
|
"../../packages/a2ui-renderer/src/web-components/index.ts"
|
|
],
|
|
"@copilotkit/a2ui-renderer/web-components/define": [
|
|
"../../packages/a2ui-renderer/src/web-components/define.ts"
|
|
],
|
|
"@copilotkit/web-components/threads-drawer": [
|
|
"../../packages/web-components/src/threads-drawer/index.ts"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
},
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|