38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": false,
|
|
"esModuleInterop": true,
|
|
"module": "ES2020",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noPropertyAccessFromIndexSignature": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@copilotkit/angular": ["../../../../packages/angular/src/index.ts"],
|
|
"@copilotkit/angular/*": ["../../../../packages/angular/src/*"],
|
|
"@copilotkit/core": ["node_modules/@copilotkit/core"],
|
|
"@copilotkit/shared": ["node_modules/@copilotkit/shared"],
|
|
"@copilotkit/web-inspector": ["node_modules/@copilotkit/web-inspector"],
|
|
"@copilotkit/a2ui-renderer": ["node_modules/@copilotkit/a2ui-renderer"],
|
|
"@copilotkit/a2ui-renderer/web-components": [
|
|
"node_modules/@copilotkit/a2ui-renderer/web-components"
|
|
],
|
|
"@copilotkit/a2ui-renderer/web-components/define": [
|
|
"node_modules/@copilotkit/a2ui-renderer/web-components/define"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
},
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|