PYAE1994's picture
Upload folder using huggingface_hub
dd480ef verified
raw
history blame contribute delete
940 Bytes
Invalid JSON:Expected property name or '}' in JSONat line 2, column 3
{
// "extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "node",
"lib": ["ES2022"],
"outDir": "./dist",
"rootDir": "../../",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"paths": {
"@wfo/apps/worker/*": ["../../apps/worker/*"],
"@wfo/core/*": ["../../core/*"],
"@wfo/integrations/*": ["../../integrations/*"],
"@wfo/validation/*": ["../../validation/*"],
"@wfo/observability/*": ["../../observability/*"],
"@wfo/knowledge/*": ["../../knowledge/*"],
"@wfo/config/*": ["../../config/*"]
}
},
"include": ["src/**/*", "../../core/**/*", "../../integrations/**/*", "../../validation/**/*", "../../observability/**/*", "../../knowledge/**/*", "../../config/**/*", "../../apps/worker/src/types/**/*"],
"exclude": ["node_modules", "dist"]
}